Uses the new plugin call method

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@919 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-09-04 18:50:11 +00:00
parent 5c3f9f97c3
commit 8dcb0e237f

View file

@ -82,7 +82,7 @@ Function .onInit
Push "Traditional Chinese"
Push 1028
LangDialog 9 ; 9 is the number of languages
LandDLL::LangDialog 9 ; 9 is the number of languages
Pop $LANGUAGE
StrCmp $LANGUAGE "cancel" 0 +2