From 361839cf3592b2f876bf60b09e82579058e644de Mon Sep 17 00:00:00 2001 From: joostverburg Date: Sun, 27 Oct 2002 19:15:03 +0000 Subject: [PATCH] fixed ChangeUI info git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1488 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/attributes.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/attributes.but b/Docs/src/attributes.but index 19db4c50..239687b4 100644 --- a/Docs/src/attributes.but +++ b/Docs/src/attributes.but @@ -42,7 +42,7 @@ Sets what the titlebars of the installer will display. By default, it is 'Name S \c dialog ui_file.exe -Replaces dialog (\e{IDD_LICENSE}, \e{IDD_DIR}, \e{IDD_SELCOM}, \e{IDD_INST}, \e{IDD_INSTFILES} or \e{IDD_UNINST}) by a dialog with the same resource ID in ui_file.exe. You can also specifiy 'all' as the dialog if you wish to load replace all 6 of the dialogs at once from the same UI file. For some example UIs look at Contrib\\UIs under your NSIS directory. +Replaces dialog (\e{IDD_LICENSE}, \e{IDD_DIR}, \e{IDD_SELCOM}, \e{IDD_INST}, \e{IDD_INSTFILES}, \e{IDD_UNINST} or \e{IDD_VERIFY}) by a dialog with the same resource ID in ui_file.exe. You can also specifiy 'all' as the dialog if you wish to load replace all 7 of the dialogs at once from the same UI file. For some example UIs look at Contrib\\UIs under your NSIS directory. \b \e{IDD_LICENSE} must contain \e{IDC_EDIT1} (RICHEDIT control).