From 68e8b30e7f214a88b894ad91cdb3a7c434cba834 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Sat, 2 Nov 2002 13:34:50 +0000 Subject: [PATCH] no currentpage var anymore git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1560 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/Modern UI/Basic.nsi | 2 -- Examples/Modern UI/MultiLanguage.nsi | 2 -- 2 files changed, 4 deletions(-) diff --git a/Examples/Modern UI/Basic.nsi b/Examples/Modern UI/Basic.nsi index 8361a4d9..5fe9e3dc 100644 --- a/Examples/Modern UI/Basic.nsi +++ b/Examples/Modern UI/Basic.nsi @@ -7,8 +7,6 @@ !include "${NSISDIR}\Contrib\Modern UI\System.nsh" -;$9 is the variable used to store the current page, do not use this var! - ;-------------------------------- ;Configuration diff --git a/Examples/Modern UI/MultiLanguage.nsi b/Examples/Modern UI/MultiLanguage.nsi index 3ae73598..b664c9e8 100644 --- a/Examples/Modern UI/MultiLanguage.nsi +++ b/Examples/Modern UI/MultiLanguage.nsi @@ -7,8 +7,6 @@ !include "${NSISDIR}\Contrib\Modern UI\System.nsh" -;$9 is the variable used to store the current page, do not use this var! - ;-------------------------------- ;Configuration