Type fixed, now compiles

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@973 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-09-10 15:04:51 +00:00
parent 3e591673af
commit 411387af6b

View file

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