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:
joostverburg 2002-09-04 18:16:44 +00:00
parent f8a6be6635
commit 232392db24

View file

@ -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