From 411387af6b3bff53c48f9626989b75ce905c98e9 Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 10 Sep 2002 15:04:51 +0000 Subject: [PATCH] Type fixed, now compiles git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@973 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/languages.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/languages.nsi b/Examples/languages.nsi index 26386ce1..726b9dab 100644 --- a/Examples/languages.nsi +++ b/Examples/languages.nsi @@ -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