Mon, 23 Aug 2010 01:14:25 +0000
-------------------------------------------------------------------------------
In the Windows installer, display the same "Retry/Cancel" error message when
the user cancels the GTK+ download as when the download fails due to another
reason.
Fixes #12045
| pidgin/win32/nsis/pidgin-installer.nsi | file | annotate | diff | comparison | revisions |
--- a/pidgin/win32/nsis/pidgin-installer.nsi Sun Aug 22 16:43:39 2010 +0000 +++ b/pidgin/win32/nsis/pidgin-installer.nsi Mon Aug 23 01:14:25 2010 +0000 @@ -268,7 +268,7 @@ DetailPrint "Downloading GTK+ Runtime ... ($R2)" NSISdl::download /TIMEOUT=10000 $R2 $R1 Pop $R0 - StrCmp $R0 "cancel" done + ;StrCmp $R0 "cancel" done StrCmp $R0 "success" +2 MessageBox MB_RETRYCANCEL "$(PIDGINGTKDOWNLOADERROR)" /SD IDCANCEL IDRETRY retry IDCANCEL done