From 3732dc36a4342f8cc78db871a906068930492701 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Sat, 21 Dec 2002 16:16:57 +0000 Subject: [PATCH] removed debug stuff git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1990 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/InstallOptions/test.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contrib/InstallOptions/test.nsi b/Contrib/InstallOptions/test.nsi index b0c5e6dd..73c84595 100644 --- a/Contrib/InstallOptions/test.nsi +++ b/Contrib/InstallOptions/test.nsi @@ -18,7 +18,7 @@ InstallDir "$PROGRAMFILES\IOTest" ;Use ReserveFile for your own InstallOptions INI files too! ReserveFile "${NSISDIR}\Plugins\InstallOptions.dll" -ReserveFile "Copy of test.ini" +ReserveFile "test.ini" ;Texts on the dialogs DirText "Choose a directory" @@ -56,7 +56,7 @@ Function .onInit ;$PLUGINSDIR will automatically be removed when the installer closes InitPluginsDir - File /oname=$PLUGINSDIR\test.ini "copy of test.ini" + File /oname=$PLUGINSDIR\test.ini "test.ini" FunctionEnd