some fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1478 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f3decbba6a
commit
c9bb8f31f6
1 changed files with 3 additions and 3 deletions
|
@ -129,7 +129,7 @@ a:hover
|
|||
<p class="text"><img src="Screenshot.png" width="504" height="391" alt=""></p>
|
||||
<p class="header">How to use</p>
|
||||
<p class="text">The Modern UI has a macro system, so most of the code
|
||||
is already written for you!</p>
|
||||
has already been written for you!</p>
|
||||
<p class="text"><span class="subheader">Basic Macro System</span><br>
|
||||
For most scripts, you can use the basic macro system. The basic
|
||||
macro system inserts all code and functions for you. For an example,
|
||||
|
@ -152,7 +152,7 @@ a:hover
|
|||
<p class="text"><span class="subheader">Multilanguage installers</span><br>
|
||||
The Modern UI has full multilanguage support and also uses
|
||||
language files which can be translated easily. You can find the
|
||||
language files in the Contrib\Modern UI\Language files folder.
|
||||
language files in the Contrib\Modern UI\Language files directory.
|
||||
There are already a lot of translations available, but you can
|
||||
also make your own translation.<br>
|
||||
See <a href="..\..\Examples\Modern UI\MultiLanguage.nsi">MultiLanguage.nsi</a>
|
||||
|
@ -188,7 +188,7 @@ a:hover
|
|||
for a old-school windows look)</p>
|
||||
<p class="text"><span class="subheader">Customize the dialogs</span><br>
|
||||
To change elements on the dialogs, modify modern.exe or modern2.exe in the
|
||||
Contrib\UIs folder using a a resource editor such as
|
||||
Contrib\UIs directory using a resource editor such as
|
||||
<a href="http://www.users.on.net/johnson/resourcehacker/">Resource Hacker</a>.<br><br>
|
||||
The 'Loading Setup' text on the splash screen which
|
||||
is being displayed when the installer is starting (Verifying
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue