From fb8dde26d66ab3e65d82779c8cdacbde3b60dfc4 Mon Sep 17 00:00:00 2001
From: joostverburg
Date: Mon, 16 Dec 2002 14:03:11 +0000
Subject: [PATCH] small fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1961 212acab6-be3b-0410-9dea-997c60f758d6
---
Contrib/InstallOptions/Readme.html | 10 +++++-----
Contrib/Modern UI/Readme.html | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Contrib/InstallOptions/Readme.html b/Contrib/InstallOptions/Readme.html
index e4e7d6f2..1a867f01 100644
--- a/Contrib/InstallOptions/Readme.html
+++ b/Contrib/InstallOptions/Readme.html
@@ -184,12 +184,12 @@ It can contain the following values:
NextButtonText |
(optional) |
Overrides the text for the next button. If not specified, the next button text
- will not be changed. Recommended value: "Next >" |
+ will not be changed. Recommended value: "Next >"
BackButtonText |
(optional) |
Overrides the text for the back button. If not specified, the back button text
- will not be changed. Recommended value: "< Back" |
+ will not be changed. Recommended value: "< Back"
Rect |
(optional) |
@@ -405,9 +405,9 @@ check the NSIS documentation
for information about the page system.
The InstallOptions DLL has three functions:
-- dialog - Creates the dialog immidiately
-
- initDialog - Creates the in dialog memory, does not show it
-
- show - Shows a dialog created in memory
+
- dialog - Creates the dialog immidiately
+- initDialog - Creates the dialog in memory, does not show it
+- show - Shows a dialog created in memory
Usually, you only need to use the dialog function:
diff --git a/Contrib/Modern UI/Readme.html b/Contrib/Modern UI/Readme.html
index eb46c77b..5dcc2c76 100644
--- a/Contrib/Modern UI/Readme.html
+++ b/Contrib/Modern UI/Readme.html
@@ -461,7 +461,7 @@ FunctionEnd
Added define to show uninstall confirm page
Added language string for finish page title and continue to uninstall
Define for parameters for the application to run on the finish page
- Bugfixes
+ Bugfixes
1.6 - November 18, 2002