Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv6790
Modified Files:
installer.nsi
Log Message:
Newer NSIS compiler seems to solve the Access Violation problem on Korean Windows.
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.105
retrieving revision 1.106
diff -C2 -d -r1.105 -r1.106
*** installer.nsi 10 Aug 2003 14:53:46 -0000 1.105
--- installer.nsi 12 Aug 2003 13:52:31 -0000 1.106
***************
*** 43,47 ****
;
; This version of the script has been tested with NSIS 2.0b4 (CVS) after updating it by using
! ; the 4 August 2003 (07:44 GMT) version of the NSIS CVS snapshot.
#--------------------------------------------------------------------------
--- 43,47 ----
;
; This version of the script has been tested with NSIS 2.0b4 (CVS) after updating it by using
! ; the 11 August 2003 (19:44 GMT) version of the NSIS CVS snapshot.
#--------------------------------------------------------------------------
***************
*** 385,391 ****
; Additional languages supported by the installer.
- ; Entries will appear in the drop-down list of languages in the order given below.
; To remove a language, comment-out the relevant '!insertmacro PFI_LANG_LOAD' line
; from this list. (To remove all of these languages, use /DENGLISH_ONLY on command-line)
!insertmacro PFI_LANG_LOAD "Bulgarian" ; 'New style' license msgs missing (27-Jun-03)
--- 385,393 ----
; Additional languages supported by the installer.
; To remove a language, comment-out the relevant '!insertmacro PFI_LANG_LOAD' line
; from this list. (To remove all of these languages, use /DENGLISH_ONLY on command-line)
+
+ ; Entries will appear in the drop-down list of languages in the order given below
+ ; (the order used here ensures that the list entries appear in alphabetic order).
!insertmacro PFI_LANG_LOAD "Bulgarian" ; 'New style' license msgs missing (27-Jun-03)
|