Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv526
Modified Files:
installer.nsi
Log Message:
Italian support added (to match recent UI language addition)
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.128
retrieving revision 1.129
diff -C2 -d -r1.128 -r1.129
*** installer.nsi 6 Oct 2003 15:25:30 -0000 1.128
--- installer.nsi 6 Oct 2003 16:19:59 -0000 1.129
***************
*** 424,427 ****
--- 424,428 ----
!insertmacro PFI_LANG_LOAD "French"
!insertmacro PFI_LANG_LOAD "Greek"
+ !insertmacro PFI_LANG_LOAD "Italian"
!insertmacro PFI_LANG_LOAD "Japanese"
!insertmacro PFI_LANG_LOAD "Korean"
***************
*** 1062,1065 ****
--- 1063,1067 ----
!insertmacro UI_LANG_CONFIG "FRENCH" "Francais"
!insertmacro UI_LANG_CONFIG "GREEK" "Hellenic"
+ !insertmacro UI_LANG_CONFIG "ITALIAN" "Italiano"
!insertmacro UI_LANG_CONFIG "JAPANESE" "Nihongo"
!insertmacro UI_LANG_CONFIG "KOREAN" "Korean"
|