From cc564350c9c2392832012cbb371d05fb305a5407 Mon Sep 17 00:00:00 2001 From: kichik Date: Mon, 11 Nov 2002 15:14:38 +0000 Subject: [PATCH] Caption git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1664 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/pages.but | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Docs/src/pages.but b/Docs/src/pages.but index 2cfb27e4..e9b340fc 100644 --- a/Docs/src/pages.but +++ b/Docs/src/pages.but @@ -30,7 +30,7 @@ Use Abort (see \K{abort}) from a built-in page pre-function to skip the page. Examples: \c Page license skipLicense -\c Page custom customPage +\c Page custom customPage ": custom page" \c Page instfiles \c \c Function skipLicense @@ -53,12 +53,12 @@ Examples: \S{page} Page -\c (custom function) | ((license|components|directory|instfiles) [pre_function] [post_function]) +\c (custom function [caption]) | ((license|components|directory|instfiles) [pre_function] [post_function]) Adds an installer page. See the above sections for more information about built-in versus custom pages and about callback functions. \S{uninstpage} UninstPage -\c (custom function) | ((uninstConfirm|instfiles) [pre_function] [post_function]) +\c (custom function [caption]) | ((uninstConfirm|instfiles) [pre_function] [post_function]) Adds an uninstaller page. See the above sections for more information about built-in versus custom pages and about callback functions.