From 8afa4441d16e7c12f9a217bd63ddded6f66990f6 Mon Sep 17 00:00:00 2001 From: John Garland Date: Tue, 24 Feb 2009 05:43:55 +0000 Subject: [PATCH] Renamed SubSections to SectionGroups --- win32/deluge.nsi | 8 ++++---- 1 file 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