From: Brian S. <xue...@us...> - 2008-04-18 22:09:02
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30972 Modified Files: Tag: b0_22_2 installer.nsi Log Message: If the user declines the offer to display the release notes try to ensure the installer window is shown (in some cases Windows may just flash the task bar button instead). Index: installer.nsi =================================================================== RCS file: /cvsroot/popfile/windows/installer.nsi,v retrieving revision 1.242.4.26 retrieving revision 1.242.4.27 diff -C2 -d -r1.242.4.26 -r1.242.4.27 *** installer.nsi 2 Apr 2008 20:18:37 -0000 1.242.4.26 --- installer.nsi 18 Apr 2008 22:09:02 -0000 1.242.4.27 *************** *** 1120,1123 **** --- 1120,1124 ---- notes_ignored: + BringToFront ; There may be a slight delay at this point and on some systems the 'WELCOME' page may appear |