# HG changeset patch # User Daniel Atallah # Date 1282526065 0 # Node ID 7c10b1be13f2014f700f9a2ada7060343a78ed02 # Parent e519ed9e00f9edcb00d1dd334086b9338b3c9b85 ------------------------------------------------------------------------------- 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 diff -r e519ed9e00f9 -r 7c10b1be13f2 pidgin/win32/nsis/pidgin-installer.nsi --- 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