|
From: <xue...@us...> - 2003-07-03 12:05:17
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1:/tmp/cvs-serv26583 Modified Files: installer.nsi Log Message: Corrected the explanation of how to modify the language support (had used wrong macro name) Index: installer.nsi =================================================================== RCS file: /cvsroot/popfile/windows/installer.nsi,v retrieving revision 1.81 retrieving revision 1.82 diff -C2 -d -r1.81 -r1.82 *** installer.nsi 2 Jul 2003 20:22:09 -0000 1.81 --- installer.nsi 3 Jul 2003 12:05:15 -0000 1.82 *************** *** 37,48 **** # in the 'Language Support for the installer and uninstaller' block of code # ! # (b) comment-out the relevant '!insertmacro PFI_SETTING' line in the list of languages # in the code which handles the 'UI Languages' component # ! # For example, to remove support for the 'Dutch' language, comment-out the # !insertmacro PFI_LANG_LOAD "Dutch" ! # line in the list of languages supported by the installer and comment-out the # !insertmacro UI_LANG_CONFIG "DUTCH" "Nederlands" ! # line in the code which handles the 'UI Languages' component. # # The number of languages which can be supported depends upon the availability of: --- 37,52 ---- # in the 'Language Support for the installer and uninstaller' block of code # ! # (b) comment-out the relevant '!insertmacro UI_LANG_CONFIG' line in the list of languages # in the code which handles the 'UI Languages' component # ! # For example, to remove support for the 'Dutch' language, comment-out the line ! # # !insertmacro PFI_LANG_LOAD "Dutch" ! # ! # in the list of languages supported by the installer, and comment-out the line ! # # !insertmacro UI_LANG_CONFIG "DUTCH" "Nederlands" ! # ! # in the code which handles the 'UI Languages' component (Section "Languages"). # # The number of languages which can be supported depends upon the availability of: |