From 7a20b614f967e36a93fdea41e38b603e4c74251b Mon Sep 17 00:00:00 2001 From: joostverburg Date: Wed, 8 Jan 2003 15:06:25 +0000 Subject: [PATCH] renamed io extract macro git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2042 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI/System.nsh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Contrib/Modern UI/System.nsh b/Contrib/Modern UI/System.nsh index 15e9441d..90d605de 100644 --- a/Contrib/Modern UI/System.nsh +++ b/Contrib/Modern UI/System.nsh @@ -385,8 +385,8 @@ !macro MUI_WELCOMEFINISHPAGE_INIT ;Extract InstallOptions INI Files - !insertmacro MUI_INSTALLOPTIONS_EXTRACT_CUSTOMNAME "${MUI_SPECIALINI}" "ioSpecial.ini" - !insertmacro MUI_INSTALLOPTIONS_EXTRACT_CUSTOMNAME "${MUI_SPECIALBITMAP}" "modern-wizard.bmp" + !insertmacro MUI_INSTALLOPTIONS_EXTRACT_AS "${MUI_SPECIALINI}" "ioSpecial.ini" + !insertmacro MUI_INSTALLOPTIONS_EXTRACT_AS "${MUI_SPECIALBITMAP}" "modern-wizard.bmp" ;Write bitmap location !insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 1" "Text" "$PLUGINSDIR\modern-wizard.bmp" @@ -705,7 +705,7 @@ !macroend -!macro MUI_INSTALLOPTIONS_EXTRACT_CUSTOMNAME FILE FILENAME +!macro MUI_INSTALLOPTIONS_EXTRACT_AS FILE FILENAME !ifndef MUI_NOVERBOSE !ifndef MUI_MANUALVERBOSE