uses more LANGNAME's

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1425 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-10-15 19:02:30 +00:00
parent 6efab23a06
commit 5ebd8a9c8b

View file

@ -154,21 +154,21 @@ Function .onInit
Push 8 Push 8
Push ${LANG_ENGLISH} Push ${LANG_ENGLISH}
Push ${MUI_ENGLISH_LANGNAME} Push "${MUI_ENGLISH_LANGNAME}"
Push ${LANG_FRENCH} Push ${LANG_FRENCH}
Push ${MUI_FRENCH_LANGNAME} Push "${MUI_FRENCH_LANGNAME}"
Push ${LANG_GERMAN} Push ${LANG_GERMAN}
Push ${MUI_GERMAN_LANGNAME} Push "${MUI_GERMAN_LANGNAME}"
Push ${LANG_DUTCH} Push ${LANG_DUTCH}
Push ${MUI_DUTCH_LANGNAME} Push "${MUI_DUTCH_LANGNAME}"
Push ${LANG_POLISH} Push ${LANG_POLISH}
Push Polish Push "${MUI_POLISH_LANGNAME}"
Push ${LANG_GREEK} Push ${LANG_GREEK}
Push ${MUI_GREEK_LANGNAME} Push "${MUI_GREEK_LANGNAME}"
Push ${LANG_TRADCHINESE} Push ${LANG_TRADCHINESE}
Push "Traditional Chinese" Push "${MUI_TRADCHINESE_LANGNAME}"
Push ${LANG_SIMPCHINESE} Push ${LANG_SIMPCHINESE}
Push "Simplified Chinese" Push "${MUI_SIMPCHINESE_LANGNAME}"
Push 8F ; 8 is the number of languages, F = change font Push 8F ; 8 is the number of languages, F = change font