From 812acb796960ad94a12266c211bd98186dfbcad4 Mon Sep 17 00:00:00 2001 From: rainwater Date: Wed, 28 Aug 2002 19:55:31 +0000 Subject: [PATCH] dirtext fix git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@787 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/makensis.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/makensis.nsi b/Examples/makensis.nsi index fdeb1872..b02b292f 100644 --- a/Examples/makensis.nsi +++ b/Examples/makensis.nsi @@ -33,7 +33,7 @@ InstType "Lite" AutoCloseWindow false ShowInstDetails show ShowUninstDetails show -DirText "Please select a location to install NSIS (or use the default):" +DirText "Please select a location to install NSIS (or use the default):" " " SetOverwrite on SetDateSave on