summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Garland <johnnyg@gmail.com>2009-02-24 05:43:55 +0000
committerJohn Garland <johnnyg@gmail.com>2009-02-24 05:43:55 +0000
commit8afa4441d16e7c12f9a217bd63ddded6f66990f6 (patch)
tree40e1c467dea7375c80ab63b80e58257830567250
parent04178043d89dbe4c8df8b53c29d32b99a21797c9 (diff)
downloaddeluge-8afa4441d16e7c12f9a217bd63ddded6f66990f6.tar.gz
deluge-8afa4441d16e7c12f9a217bd63ddded6f66990f6.tar.bz2
deluge-8afa4441d16e7c12f9a217bd63ddded6f66990f6.zip
Renamed SubSections to SectionGroups
-rw-r--r--win32/deluge.nsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/deluge.nsi b/win32/deluge.nsi
index 3367f3e92..0035e77ea 100644
--- a/win32/deluge.nsi
+++ b/win32/deluge.nsi
@@ -161,7 +161,7 @@
; Installer Sections
-SubSection /e "Dependencies" dependencies
+SectionGroup /e "Dependencies" dependencies
Section "Python" python
@@ -252,9 +252,9 @@ SubSection /e "Dependencies" dependencies
SectionEnd
-SubSectionEnd
+SectionGroupEnd
-SubSection /e "Core" core
+SectionGroup /e "Core" core
Section "Deluge" deluge
@@ -268,7 +268,7 @@ SubSection /e "Core" core
SectionEnd
-SubSectionEnd
+SectionGroupEnd
; Descriptions