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
This commit is contained in:
joostverburg 2003-02-07 10:50:29 +00:00
parent e3b8f50aaa
commit fe3f9776a2
2 changed files with 8 additions and 7 deletions

View file

@ -1,7 +1,7 @@
NSIS Modern User Interface - VERSION HISTORY NSIS Modern User Interface - VERSION HISTORY
1.62 - February 2, 2003 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 * Possibility to let a Modern UI Function call your own function
* No problems anymore when using both 'Run program' and 'Show Readme' * No problems anymore when using both 'Run program' and 'Show Readme'
on the finish page on the finish page

View file

@ -270,11 +270,12 @@ follow these steps:</p>
</pre> </pre>
<p class="text">Have a look at the language files for a complete list of all the <p class="text">Have a look at the language files for a complete list of all the
string names.</p> string names.</p>
<p class="text"><span class="bold">Note:</span> Not all language files contain strings for the <p class="text">If you are using the LangDLL for a language selection dialog
new Start Menu Folder selection-, Welcome- and Finish page yet. If you are using one of these (have a look at the <a href="../../Examples/Modern UI/MultiLanguage.nsi">
pages and the language file does not contain these strings, you should always define them.<br /> MultiLanguage.nsi</a> example) use MUI_LANGDLL_PUSH to add the name of the
Please help to translate the new strings and post them at the language (in the language itself) to the stack:</p>
<a href="http://forums.winamp.com/forumdisplay.php?forumid=65">NSIS Forum</a>.</p> <pre class="margin">
!insertmacro MUI_LANGDLL_PUSH "English" ;Language file name in English</pre>
<p class="subheader">8. Insert the MUI_SECTIONS_FINISHHEADER macro</p> <p class="subheader">8. Insert the MUI_SECTIONS_FINISHHEADER macro</p>
<p class="text">If you are not using a Finish page without defining <p class="text">If you are not using a Finish page without defining
MUI_FINISHPAGE_NOAUTOCLOSEWINDOW and have not set AutoCloseWindow MUI_FINISHPAGE_NOAUTOCLOSEWINDOW and have not set AutoCloseWindow
@ -522,7 +523,7 @@ FunctionEnd
<ul> <ul>
<li>1.62 - February 2, 2003 <li>1.62 - February 2, 2003
<ul> <ul>
<li>Final version for NSIS 2 beta 0</li> <li>Final version for NSIS 2 beta 1</li>
<li>Possibility to let a Modern UI Function call your own function</li> <li>Possibility to let a Modern UI Function call your own function</li>
<li>No problems anymore when using both 'Run program' and 'Show Readme' <li>No problems anymore when using both 'Run program' and 'Show Readme'
on the finish page</li> on the finish page</li>