|
From: <xue...@us...> - 2003-07-22 00:50:10
|
Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv13006
Modified Files:
installer.nsi
Log Message:
Add support for Czech (to keep up to date with the range of UI languages).
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.91
retrieving revision 1.92
diff -C2 -d -r1.91 -r1.92
*** installer.nsi 17 Jul 2003 11:14:58 -0000 1.91
--- installer.nsi 22 Jul 2003 00:50:06 -0000 1.92
***************
*** 333,336 ****
--- 333,337 ----
!insertmacro PFI_LANG_LOAD "SimpChinese"
!insertmacro PFI_LANG_LOAD "TradChinese"
+ !insertmacro PFI_LANG_LOAD "Czech"
!insertmacro PFI_LANG_LOAD "Danish" ; 'New style' license msgs missing (27-Jun-03)
!insertmacro PFI_LANG_LOAD "Dutch"
***************
*** 657,660 ****
--- 658,664 ----
SetDetailsPrint listonly
+ ; 'CreateShortCut' uses '$OUTDIR' as the working directory for the shortcut
+ ; ('SetOutPath' is one way to change the value of $OUTDIR)
+
SetOutPath $SMPROGRAMS\POPFile
SetOutPath $INSTDIR
***************
*** 778,781 ****
--- 782,786 ----
!insertmacro UI_LANG_CONFIG "SIMPCHINESE" "Chinese-Simplified"
!insertmacro UI_LANG_CONFIG "TRADCHINESE" "Chinese-Traditional"
+ !insertmacro UI_LANG_CONFIG "CZECH" "Czech"
!insertmacro UI_LANG_CONFIG "DANISH" "Dansk"
!insertmacro UI_LANG_CONFIG "DUTCH" "Nederlands"
|