Update of /cvsroot/popfile/windows/add-ons
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27194
Modified Files:
addssl.nsi
Log Message:
Mention the new multi-language support, the additional compiler
warnings about PFI_LANG_NSISDL_PLURAL and how to interpret them.
Index: addssl.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/add-ons/addssl.nsi,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** addssl.nsi 3 Oct 2005 16:12:21 -0000 1.11
--- addssl.nsi 13 Oct 2005 12:03:58 -0000 1.12
***************
*** 121,124 ****
--- 121,140 ----
#--------------------------------------------------------------------------
+ # Language Support NSIS Compiler Warnings
+ #--------------------------------------------------------------------------
+ #
+ # Expect 3 compiler warnings, all related to standard NSIS language files which are
+ # out-of-date (if the default multi-language 'SSL Setup' wizard is compiled).
+ #
+ # There may be further warnings which mention "PFI_LANG_NSISDL_PLURAL" is not set in one or
+ # more language tables. The '..\pfi-languages.nsh' file lists all of the language table codes
+ # used by the POPFile installer and other NSIS-based utilities.
+ #
+ # NOTE: The language selection menu order used in this script assumes that the NSIS MUI
+ # 'Japanese.nsh' language file has been patched to use 'Nihongo' instead of 'Japanese'
+ # [see 'SMALL NSIS PATCH REQUIRED' in the '..\pfi-languages.nsh' file]
+ #--------------------------------------------------------------------------
+
+ #--------------------------------------------------------------------------
# Compile-time command-line switches (used by 'makensis.exe')
#--------------------------------------------------------------------------
***************
*** 166,170 ****
Name "POPFile SSL Setup"
! !define C_PFI_VERSION "0.1.1"
; Mention the wizard's version number in the window title
--- 182,186 ----
Name "POPFile SSL Setup"
! !define C_PFI_VERSION "0.1.2"
; Mention the wizard's version number in the window title
|