Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv28548
Modified Files:
installer.nsi
Log Message:
Display a more meaningful message when user is allowed to use the 'Details' button.
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -d -r1.74 -r1.75
*** installer.nsi 24 Jun 2003 00:41:20 -0000 1.74
--- installer.nsi 24 Jun 2003 12:42:23 -0000 1.75
***************
*** 524,528 ****
SetDetailsPrint textonly
! DetailPrint ""
SetDetailsPrint listonly
--- 524,528 ----
SetDetailsPrint textonly
! DetailPrint "Click Next to continue"
SetDetailsPrint listonly
***************
*** 548,552 ****
SetDetailsPrint textonly
! DetailPrint ""
SetDetailsPrint listonly
--- 548,552 ----
SetDetailsPrint textonly
! DetailPrint "Click Next to continue"
SetDetailsPrint listonly
***************
*** 567,571 ****
SetDetailsPrint textonly
! DetailPrint ""
SetDetailsPrint listonly
--- 567,571 ----
SetDetailsPrint textonly
! DetailPrint "Click Next to continue"
SetDetailsPrint listonly
|