Missing quotes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2471 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0e8b582375
commit
c873cc99c4
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ Section !Required
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
!ifdef USE_SUBSECTION
|
!ifdef USE_SUBSECTION
|
||||||
SubSection /e choose one
|
SubSection /e "choose one"
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
Section "optional #1" sec1
|
Section "optional #1" sec1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue