From 8dcb0e237ff095c0125195d756620abbade6e718 Mon Sep 17 00:00:00 2001 From: kichik Date: Wed, 4 Sep 2002 18:50:11 +0000 Subject: [PATCH] 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 --- Examples/languages.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/languages.nsi b/Examples/languages.nsi index 9c8ebb61..26386ce1 100644 --- a/Examples/languages.nsi +++ b/Examples/languages.nsi @@ -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