langdll text parameter
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2385 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
13d4130442
commit
0e72470909
1 changed files with 2 additions and 2 deletions
|
@ -344,9 +344,9 @@ Function .onInit
|
|||
FunctionEnd
|
||||
</pre>
|
||||
<p class="text">To customize the language selection dialog, use these defines:</p>
|
||||
<p class="text"><span class="bold">MUI_LANGDLL_WINDOWTITLE</span><br />
|
||||
<p class="text"><span class="bold">MUI_LANGDLL_WINDOWTITLE </span><span class="parameter">text</span><br />
|
||||
The window title of the language selection dialog.</p>
|
||||
<p class="text"><span class="bold">MUI_LANGDLL_INFO</span><br />
|
||||
<p class="text"><span class="bold">MUI_LANGDLL_INFO </span><span class="parameter">text</span><br />
|
||||
The text on the language selection dialog.</p>
|
||||
<p class="text"><span class="bold">MUI_LANGDLL_REGISTRY_ROOT </span><span class="parameter">root</span><br />
|
||||
<span class="bold">MUI_LANGDLL_REGISTRY_KEY </span><span class="parameter">key</span><br />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue