License.txt path changed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1391 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
fe29ec89ce
commit
fb570fe33b
3 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue