From 776eb349c0711b6474bdc3597deb53e81083ed12 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Sun, 5 Sep 2004 12:21:17 +0000 Subject: [PATCH] filename corrections git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3648 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI/Readme.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Contrib/Modern UI/Readme.html b/Contrib/Modern UI/Readme.html index ce6a4894..012e4091 100644 --- a/Contrib/Modern UI/Readme.html +++ b/Contrib/Modern UI/Readme.html @@ -354,23 +354,23 @@ have made your own customized UI.
"parameter">ui_file
The interface files with the dialog resource IDD_INST that contains a bitmap control and space for the header bitmap.
-Default: ${NSISDIR}\Contrib\UIs\modern-headerbmp.exe

+Default: ${NSISDIR}\Contrib\UIs\modern_headerbmp.exe

MUI_UI_HEADERIMAGE_RIGHT ui_file
The interface files with the dialog resource IDD_INST that contains a bitmap control and space for the header bitmap on the right side.
-Default: ${NSISDIR}\Contrib\UIs\modern-headerbmpr.exe

+Default: ${NSISDIR}\Contrib\UIs\modern_headerbmpr.exe

MUI_UI_COMPONENTSPAGE_SMALLDESC ui_file
The interface files with a customized dialog resource IDD_SELCOM with a small description area.
-Default: {NSISDIR}\Contrib\UIs\modern-smalldesc.exe

+Default: {NSISDIR}\Contrib\UIs\modern_smalldesc.exe

MUI_UI_COMPONENTSPAGE_NODESC ui_file
The interface files with a customized dialog resource IDD_SELCOM without a description area.
-Default: {NSISDIR}\Contrib\UIs\modern-nodesc.exe

+Default: {NSISDIR}\Contrib\UIs\modern_nodesc.exe