Mercurial > pidgin.yaz
changeset 30855:0b8ac7c5e6b6
-------------------------------------------------------------------------------
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
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Mon, 23 Aug 2010 01:14:25 +0000 |
parents | 6d8c88a8af25 |
children | cc75490da0e3 |
files | pidgin/win32/nsis/pidgin-installer.nsi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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