[Cmake-commits] [cmake-commits] david.cole committed NSIS.template.in 1.33 1.34

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Aug 26 16:43:29 EDT 2008


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv15040

Modified Files:
	NSIS.template.in 
Log Message:
BUG: Do not use "Default" as a language, remove 2nd occurence of "English", and remove three other languages not supported by older versions of NSIS. Tested with version 2.18 of NSIS on gaia.kitware.


Index: NSIS.template.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/NSIS.template.in,v
retrieving revision 1.33
retrieving revision 1.34
diff -C 2 -d -r1.33 -r1.34
*** NSIS.template.in	22 Aug 2008 10:56:51 -0000	1.33
--- NSIS.template.in	26 Aug 2008 20:43:27 -0000	1.34
***************
*** 534,541 ****
    !insertmacro MUI_UNPAGE_CONFIRM
    !insertmacro MUI_UNPAGE_INSTFILES
!   
  ;--------------------------------
  ;Languages
!  
    !insertmacro MUI_LANGUAGE "English" ;first language is the default language
    !insertmacro MUI_LANGUAGE "Albanian"
--- 534,541 ----
    !insertmacro MUI_UNPAGE_CONFIRM
    !insertmacro MUI_UNPAGE_INSTFILES
! 
  ;--------------------------------
  ;Languages
! 
    !insertmacro MUI_LANGUAGE "English" ;first language is the default language
    !insertmacro MUI_LANGUAGE "Albanian"
***************
*** 550,556 ****
    !insertmacro MUI_LANGUAGE "Czech"
    !insertmacro MUI_LANGUAGE "Danish"
-   !insertmacro MUI_LANGUAGE "Default"
    !insertmacro MUI_LANGUAGE "Dutch"
-   !insertmacro MUI_LANGUAGE "English"
    !insertmacro MUI_LANGUAGE "Estonian"
    !insertmacro MUI_LANGUAGE "Farsi"
--- 550,554 ----
***************
*** 575,579 ****
    !insertmacro MUI_LANGUAGE "Mongolian"
    !insertmacro MUI_LANGUAGE "Norwegian"
-   !insertmacro MUI_LANGUAGE "NorwegianNynorsk"
    !insertmacro MUI_LANGUAGE "Polish"
    !insertmacro MUI_LANGUAGE "Portuguese"
--- 573,576 ----
***************
*** 592,599 ****
    !insertmacro MUI_LANGUAGE "Turkish"
    !insertmacro MUI_LANGUAGE "Ukrainian"
-   !insertmacro MUI_LANGUAGE "Uzbek"
-   !insertmacro MUI_LANGUAGE "Valencian"
    !insertmacro MUI_LANGUAGE "Welsh"
  
  ;--------------------------------
  ;Reserve Files
--- 589,595 ----
    !insertmacro MUI_LANGUAGE "Turkish"
    !insertmacro MUI_LANGUAGE "Ukrainian"
    !insertmacro MUI_LANGUAGE "Welsh"
  
+ 
  ;--------------------------------
  ;Reserve Files



More information about the Cmake-commits mailing list