From c873cc99c48c52de3befc55ef0ef18f8f760967b Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 19 Apr 2003 19:57:42 +0000 Subject: [PATCH] Missing quotes git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2471 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/one-section.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/one-section.nsi b/Examples/one-section.nsi index ec8212a6..1931bc87 100644 --- a/Examples/one-section.nsi +++ b/Examples/one-section.nsi @@ -30,7 +30,7 @@ Section !Required SectionEnd !ifdef USE_SUBSECTION - SubSection /e choose one + SubSection /e "choose one" !endif Section "optional #1" sec1