Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25449
Modified Files:
Tag: b0_22_2
pfi-library.nsh
Log Message:
Change the "Japanese" to "Nihongo" override to work with the
current NSIS compiler (v2.36).
Index: pfi-library.nsh
===================================================================
RCS file: /cvsroot/popfile/windows/pfi-library.nsh,v
retrieving revision 1.53.4.16
retrieving revision 1.53.4.17
diff -C2 -d -r1.53.4.16 -r1.53.4.17
*** pfi-library.nsh 14 Feb 2008 17:42:42 -0000 1.53.4.16
--- pfi-library.nsh 2 Apr 2008 20:15:18 -0000 1.53.4.17
***************
*** 60,64 ****
#--------------------------------------------------------------------------
! !define C_PFI_LIBRARY_VERSION "0.3.13"
#--------------------------------------------------------------------------
--- 60,64 ----
#--------------------------------------------------------------------------
! !define C_PFI_LIBRARY_VERSION "0.3.15"
#--------------------------------------------------------------------------
***************
*** 158,162 ****
!macro PFI_LANG_LOAD LANG MENUNAME
!if "${MENUNAME}" != "-"
! !define MUI_${LANG}_LANGNAME "${MENUNAME}"
!endif
!insertmacro MUI_LANGUAGE "${LANG}"
--- 158,162 ----
!macro PFI_LANG_LOAD LANG MENUNAME
!if "${MENUNAME}" != "-"
! !define LANGFILE_${LANG}_NAME "${MENUNAME}"
!endif
!insertmacro MUI_LANGUAGE "${LANG}"
***************
*** 1163,1166 ****
--- 1163,1167 ----
# Tested using LockedList plugin v0.4 (RC2) timestamped 27 September 2007 19:42
# (this is the first version to support the new "filename only" mode which we use)
+ # and LockedList plugin v0.7 (RC2) timestamped 26 February 2008 17:49:24.
#
# The plugin's history can be found at http://nsis.sourceforge.net/File:LockedList.zip
|