diff --git a/Contrib/Modern UI/Readme.html b/Contrib/Modern UI/Readme.html index 8f39f98b..0f9a2d33 100644 --- a/Contrib/Modern UI/Readme.html +++ b/Contrib/Modern UI/Readme.html @@ -2,7 +2,6 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -NSIS Modern User Interface +
@@ -370,8 +370,11 @@ MUI_UNPAGE_COMPONENTS
MUI_UNPAGE_DIRECTORY
MUI_UNPAGE_INSTFILES
MUI_UNPAGE_FINISH

-

Page Settings apply to a single page and should be set before inserting a page macro. -Example:

+

Page Settings

+
+

Page Settings apply to a single page and should be set before inserting a page macro. If you +have multiple pages of one type and you want to set a setting for all them, put the setting before +each page macro. Example:

 ;Add a directory page to let the user specify a plug-ins folder
 ;Store the folder in $PLUGINS_FOLDER
@@ -380,8 +383,7 @@ Var PLUGINS_FOLDER
 !define MUI_DIRECTORYPAGE_VARIABLE $PLUGINS_FOLDER
 !insertmacro MUI_PAGE_DIRECTORY
 
-

Page Settings

-
+

Note: There is no diference between installer and uninstaller page settings.

General Page Settings

MUI_PAGE_HEADER_TEXT text
@@ -552,8 +554,8 @@ Text for a link on the which the user can click to view a website or file.

MUI_FINISHPAGE_LINK_LOCATION file/url
Website or file which the user can select to view using the link. You don't need to put quotes around the filename when it contains spaces.

-

MUI_FINISHPAGE_LINK_COLOR (color: RRGGBB hexadecimal) -
+

MUI_FINISHPAGE_LINK_COLOR (color: RRGGBB +hexadecimal)
Text color for the link on the Finish page.
Default: 000080

@@ -792,7 +794,7 @@ FunctionEnd

General Custom Functions

-

These defines should be set before inserting a the language macros.

+

These defines should be set before inserting the language macros.

MUI_CUSTOMFUNCTION_GUIINIT function
MUI_CUSTOMFUNCTION_UNGUIINIT function
MUI_CUSTOMFUNCTION_ABORT function
@@ -854,7 +856,7 @@ it freely, subject to the following restrictions: -

+