From 78f3d78cf8b6ad4bd893a1efeee189389a3e31fc Mon Sep 17 00:00:00 2001
From: joostverburg
Date: Wed, 4 Sep 2002 18:23:26 +0000
Subject: [PATCH] version 1.15. Multilanguage example: changed LangDialog to
LangDLL::LangDialog (using the DLL name is now required)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@916 212acab6-be3b-0410-9dea-997c60f758d6
---
Examples/Modern UI/Readme.html | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Examples/Modern UI/Readme.html b/Examples/Modern UI/Readme.html
index f12d8a0c..3567cd1f 100644
--- a/Examples/Modern UI/Readme.html
+++ b/Examples/Modern UI/Readme.html
@@ -124,6 +124,10 @@ table
of the MUI_INTERFACE macro.
+ - 1.15 - Semtember 4th, 2002
+
+ - Multilanguage example: changed LangDialog to LangDLL::LangDialog (using the DLL name is now required)
+
- 1.14 - Semtember 3th, 2002
- Small grammar fix (thanks eccles)