# HG changeset patch # User Daniel Atallah # Date 1178082845 0 # Node ID 9b74ac7ea9c7d31d03286ff4186c30e797950ef7 # Parent 58904374db06735b0571c8d6d3da1d69a30fc3d4 Don't automatically proceed to the installer's "Finished" page - allow the log to be reviewed and make the user choose to move on. (Fixes #456). diff -r 58904374db06 -r 9b74ac7ea9c7 pidgin/win32/nsis/pidgin-installer.nsi --- a/pidgin/win32/nsis/pidgin-installer.nsi Wed May 02 05:03:47 2007 +0000 +++ b/pidgin/win32/nsis/pidgin-installer.nsi Wed May 02 05:14:05 2007 +0000 @@ -114,6 +114,7 @@ !define MUI_ABORTWARNING ;Finish Page config + !define MUI_FINISHPAGE_NOAUTOCLOSE !define MUI_FINISHPAGE_RUN "$INSTDIR\pidgin.exe" !define MUI_FINISHPAGE_RUN_NOTCHECKED !define MUI_FINISHPAGE_LINK $(PIDGIN_FINISH_VISIT_WEB_SITE)