renamed SubSection to SectionGroup

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3852 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-01-10 12:43:52 +00:00
parent fe03bb3d47
commit f2cba8c2cb
15 changed files with 66 additions and 57 deletions

View file

@ -257,7 +257,7 @@ Section "Desktop Shortcut" SecShortcuts
SectionEnd
SubSection "User Interfaces" SecInterfaces
SectionGroup "User Interfaces" SecInterfaces
Section "Modern User Interface" SecInterfacesModernUI
@ -330,7 +330,7 @@ Section "Tiny User Interface" SecInterfacesTinyUI
SectionEnd
SubSectionEnd
SectionGroupEnd
Section "Graphics" SecGraphics
@ -370,7 +370,7 @@ Section "Language Files" SecLangFiles
SectionEnd
SubSection "Tools" SecTools
SectionGroup "Tools" SecTools
Section "NSIS Update" SecToolsUpdate
@ -406,9 +406,9 @@ Section "Zip2Exe" SecToolsZ2E
SectionEnd
SubSectionEnd
SectionGroupEnd
SubSection "Plug-ins" SecPluginsPlugins
SectionGroup "Plug-ins" SecPluginsPlugins
Section "Banner" SecPluginsBanner
@ -631,9 +631,9 @@ Section "VPatch" SecPluginsVPatch
File ..\Contrib\VPatch\patch.pat
SectionEnd
SubSectionEnd
SectionGroupEnd
SubSection "Source code" SecSrc
SectionGroup "Source code" SecSrc
Section "NSIS Source Code" SecSrcNSIS
@ -740,7 +740,7 @@ Section "Zip2Exe Source" SecToolsZ2ES
File ..\Contrib\zip2exe\zlib\*.*
SectionEnd
SubSection "Tools" SecToolsS
SectionGroup "Tools" SecToolsS
Section "MakeNSISW Source" SecSrcMNW
@ -779,9 +779,9 @@ Section "UI Holder Source" SecSrcUIHolder
File "..\Contrib\UIs\UI Holder\*.dsp"
SectionEnd
SubSectionEnd
SectionGroupEnd
SubSection "Plug-ins" SecPluginsPluginsS
SectionGroup "Plug-ins" SecPluginsPluginsS
Section "Banner Source" SecPluginsBannerS
@ -1004,9 +1004,9 @@ Section "VPatch Source" SecPluginsVPatchS
SectionEnd
SubSectionEnd ; plugins
SectionGroupEnd ; plugins
SubSectionEnd
SectionGroupEnd
Section -post