From 9f6236caacbae16b107bc197d311172db186668b Mon Sep 17 00:00:00 2001 From: kichik Date: Mon, 5 May 2014 02:20:42 +0000 Subject: [PATCH] this example is far less impressive in ASCII mode git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6465 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/Modern UI/MultiLanguage.nsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Examples/Modern UI/MultiLanguage.nsi b/Examples/Modern UI/MultiLanguage.nsi index ff11c2ee..bbb267a2 100644 --- a/Examples/Modern UI/MultiLanguage.nsi +++ b/Examples/Modern UI/MultiLanguage.nsi @@ -10,6 +10,9 @@ ;-------------------------------- ;General + ;Properly display all languages (Windows 2000+ only!) + Unicode true + ;Name and file Name "Modern UI Test" OutFile "MultiLanguage.exe"