changed LangDialog to LangDLL::LangDialog (dll name is now required)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@913 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f8a6be6635
commit
232392db24
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ Function .onInit
|
|||
Push "Tahoma"
|
||||
Push "8"
|
||||
Push "Select a language"
|
||||
LangDialog "Please select a language." Nederlands 1043 English 1033 2
|
||||
LangDLL::LangDialog "Please select a language." Nederlands 1043 English 1033 2
|
||||
Pop $LANGUAGE
|
||||
StrCmp $LANGUAGE "cancel" 0 +2
|
||||
Abort
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue