Author: Zero3
Date: 2009-01-23 12:50:23 +0000 (Fri, 23 Jan 2009)
New Revision: 25235

Modified:
   trunk/apps/wininstaller/src_freenetinstaller/FreenetInstaller_Uninstaller.ahk
Log:
Vista msgbox wordwrap fix and wording of "service stuck" error

Modified: 
trunk/apps/wininstaller/src_freenetinstaller/FreenetInstaller_Uninstaller.ahk
===================================================================
--- 
trunk/apps/wininstaller/src_freenetinstaller/FreenetInstaller_Uninstaller.ahk   
    2009-01-23 12:45:17 UTC (rev 25234)
+++ 
trunk/apps/wininstaller/src_freenetinstaller/FreenetInstaller_Uninstaller.ahk   
    2009-01-23 12:50:23 UTC (rev 25235)
@@ -83,7 +83,7 @@
        Exit()
 }
 
-MsgBox, 36, Freenet uninstaller, The development team would appreciate it very 
much if you can spare a moment`nand fill out a short, anonymous online survey 
about the reason for your uninstallation.`n`nThe survey, located on the Freenet 
website, will be opened in your browser`nafter the uninstallation.`n`nTake the 
uninstallation survey?     ; 4 = Yes/No, 32 = Icon Question
+MsgBox, 36, Freenet uninstaller, The development team would appreciate it very 
much if you can`nspare a moment and fill out a short, anonymous online`nsurvey 
about the reason for your uninstallation.`n`nThe survey, located on the Freenet 
website, will be opened`nin your browser after the uninstallation.`n`nTake the 
uninstallation survey?    ; 4 = Yes/No, 32 = Icon Question
 IfMsgBox, Yes
 {
        _DoSurvey := 1
@@ -109,7 +109,7 @@
 
        If (A_Index > _ServiceTimeout)
        {
-               PopupErrorMessage("The uninstaller was unable to control the 
Freenet system service as it appears to be stuck.`n`nPlease try again.`n`nIf 
the problem keeps occurring, please report this error message to the 
developers.")
+               PopupErrorMessage("The uninstaller was unable to control the 
Freenet system service as it appears to be stuck.`n`nPlease try again or 
reinstall Freenet.`n`nIf the problem keeps occurring, please report this error 
message to the developers.")
                Exit()
        }
        Else If (_ServiceState == -1 || _ServiceState == -4)

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to