From fb570fe33b6a49577c6a26804a9b5f6d3153c7f0 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 12 Oct 2002 16:16:46 +0000 Subject: [PATCH] License.txt path changed git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1391 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/Modern UI/Basic.nsi | 2 +- Examples/Modern UI/InstallOptions.nsi | 2 +- Examples/Modern UI/MultiLanguage.nsi | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Examples/Modern UI/Basic.nsi b/Examples/Modern UI/Basic.nsi index 93a378a3..2bce6720 100644 --- a/Examples/Modern UI/Basic.nsi +++ b/Examples/Modern UI/Basic.nsi @@ -30,7 +30,7 @@ !insertmacro MUI_INTERFACE "modern.exe" "adni18-installer-C-no48xp.ico" "adni18-uninstall-C-no48xp.ico" "modern.bmp" "smooth" "$9" ;$9 is the variable used to store the current page, do not use this var! ;License dialog - LicenseData "License.txt" + LicenseData "${NSISDIR}\Contrib\Modern UI\License.txt" ;Component-select dialog ;Descriptions diff --git a/Examples/Modern UI/InstallOptions.nsi b/Examples/Modern UI/InstallOptions.nsi index 5149de3e..965056ce 100644 --- a/Examples/Modern UI/InstallOptions.nsi +++ b/Examples/Modern UI/InstallOptions.nsi @@ -32,7 +32,7 @@ !insertmacro MUI_INSTALLOPTIONS "$7" "$8" ;Variables for the Install Options system. Do not use them in .onNext/PrevPage and SetPage ;License dialog - LicenseData "License.txt" + LicenseData "${NSISDIR}\Contrib\Modern UI\License.txt" ;Component-select dialog ;Descriptions diff --git a/Examples/Modern UI/MultiLanguage.nsi b/Examples/Modern UI/MultiLanguage.nsi index d290f5b1..f9c291ea 100644 --- a/Examples/Modern UI/MultiLanguage.nsi +++ b/Examples/Modern UI/MultiLanguage.nsi @@ -65,14 +65,14 @@ !insertmacro MUI_INTERFACE "modern.exe" "adni18-installer-C-no48xp.ico" "adni18-uninstall-C-no48xp.ico" "modern.bmp" "smooth" "$9" ;$9 is the variable used to store the current page, do not use this var! ;License dialog - LicenseData /LANG=${LANG_ENGLISH} "License.txt" - LicenseData /LANG=${LANG_FRENCH} "License.txt" - LicenseData /LANG=${LANG_GERMAN} "License.txt" - LicenseData /LANG=${LANG_DUTCH} "License.txt" - LicenseData /LANG=${LANG_POLISH} "License.txt" - LicenseData /LANG=${LANG_GREEK} "License.txt" - LicenseData /LANG=${LANG_SIMPCHINESE} "License.txt" - LicenseData /LANG=${LANG_TRADCHINESE} "License.txt" + LicenseData /LANG=${LANG_ENGLISH} "${NSISDIR}\Contrib\Modern UI\License.txt" + LicenseData /LANG=${LANG_FRENCH} "${NSISDIR}\Contrib\Modern UI\License.txt" + LicenseData /LANG=${LANG_GERMAN} "${NSISDIR}\Contrib\Modern UI\License.txt" + LicenseData /LANG=${LANG_DUTCH} "${NSISDIR}\Contrib\Modern UI\License.txt" + LicenseData /LANG=${LANG_POLISH} "${NSISDIR}\Contrib\Modern UI\License.txt" + LicenseData /LANG=${LANG_GREEK} "${NSISDIR}\Contrib\Modern UI\License.txt" + LicenseData /LANG=${LANG_SIMPCHINESE} "${NSISDIR}\Contrib\Modern UI\License.txt" + LicenseData /LANG=${LANG_TRADCHINESE} "${NSISDIR}\Contrib\Modern UI\License.txt" ;Component-select dialog ;Titles