From fe3f9776a2f9f00bf76703ec685531144a3e530a Mon Sep 17 00:00:00 2001
From: joostverburg
Date: Fri, 7 Feb 2003 10:50:29 +0000
Subject: [PATCH] typo, removed old stuff, MUI_LANGDLL_PUSH
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2111 212acab6-be3b-0410-9dea-997c60f758d6
---
Contrib/Modern UI/Changelog.txt | 2 +-
Contrib/Modern UI/Readme.html | 13 +++++++------
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/Contrib/Modern UI/Changelog.txt b/Contrib/Modern UI/Changelog.txt
index 4029cb5f..71336c9f 100644
--- a/Contrib/Modern UI/Changelog.txt
+++ b/Contrib/Modern UI/Changelog.txt
@@ -1,7 +1,7 @@
NSIS Modern User Interface - VERSION HISTORY
1.62 - February 2, 2003
-* Final version for NSIS 2 beta 0
+* Final version for NSIS 2 beta 1
* Possibility to let a Modern UI Function call your own function
* No problems anymore when using both 'Run program' and 'Show Readme'
on the finish page
diff --git a/Contrib/Modern UI/Readme.html b/Contrib/Modern UI/Readme.html
index a4e87295..95c77cb3 100644
--- a/Contrib/Modern UI/Readme.html
+++ b/Contrib/Modern UI/Readme.html
@@ -270,11 +270,12 @@ follow these steps:
Have a look at the language files for a complete list of all the
string names.
- Note: Not all language files contain strings for the
- new Start Menu Folder selection-, Welcome- and Finish page yet. If you are using one of these
- pages and the language file does not contain these strings, you should always define them.
- Please help to translate the new strings and post them at the
- NSIS Forum.
+ If you are using the LangDLL for a language selection dialog
+ (have a look at the
+ MultiLanguage.nsi example) use MUI_LANGDLL_PUSH to add the name of the
+ language (in the language itself) to the stack:
+
+!insertmacro MUI_LANGDLL_PUSH "English" ;Language file name in English
If you are not using a Finish page without defining
MUI_FINISHPAGE_NOAUTOCLOSEWINDOW and have not set AutoCloseWindow
@@ -522,7 +523,7 @@ FunctionEnd
- 1.62 - February 2, 2003
- - Final version for NSIS 2 beta 0
+ - Final version for NSIS 2 beta 1
- Possibility to let a Modern UI Function call your own function
- No problems anymore when using both 'Run program' and 'Show Readme'
on the finish page