diff --git a/Contrib/Modern UI/Readme.html b/Contrib/Modern UI/Readme.html index aecfbf2d..df337eba 100644 --- a/Contrib/Modern UI/Readme.html +++ b/Contrib/Modern UI/Readme.html @@ -223,9 +223,9 @@ follow these steps:
MUI_UI (${NSISDIR}\Contrib\UIs\modern.exe)
The interface file with the dialog resources.
MUI_ICON (${NSISDIR}\Contrib\Icons\modern-install.ico)
- The icon of the instaleller.
MUI_UNICON (${NSISDIR}\Contrib\Icons\modern-uninstall.ico)
- The icon of the uninstaleller.
MUI_CHECKBITMAP (${NSISDIR}\Contrib\Icons\modern.bmp)
The bitmap with images for the checks of the component select treeview.
MUI_FONT, MUI_FONTSIZE (MS Shell Dlg, 8)
@@ -332,7 +332,7 @@ UninstPage custom un.FunctionName $(UNTEXT_IO_WINDOWTITLE) ;A custom page
MUI_UNCUSTOMPAGECOMMANDS and to insert the Page commands before
on the right position.
Call Install Options
-Have a look at the
+ Have a look at the
Install Options documentation for info about creating Install Options INI Files. First, you need to extract your InstallOptions INI
File in the .onInit function (un.onInit for the uninstaller):