← Back to team overview

linuxdcpp-team team mailing list archive

[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2204: Clarify progam folder removal in uninstaller

 

------------------------------------------------------------
revno: 2204
committer: eMTee <emtee11@xxxxxxxxx>
branch nick: dcplusplus
timestamp: Tue 2010-08-10 19:52:19 +0200
message:
  Clarify progam folder removal in uninstaller
modified:
  DCPlusPlus.nsi


--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk

Your team Dcplusplus-team is subscribed to branch lp:dcplusplus.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'DCPlusPlus.nsi'
--- DCPlusPlus.nsi	2010-03-11 22:26:36 +0000
+++ DCPlusPlus.nsi	2010-08-10 17:52:19 +0000
@@ -196,7 +196,7 @@
   ; remove directories used.
   RMDir "$SMPROGRAMS\DC++"
 
-  MessageBox MB_YESNO|MB_ICONQUESTION "Also remove queue and settings?" IDYES kill_dir
+  MessageBox MB_YESNO|MB_ICONQUESTION "Also remove queue, settings and the complete DC++ program folder ($INSTDIR) with all of its subfolders?" IDYES kill_dir
 
   RMDir "$INSTDIR"
   goto end_uninstall