summaryrefslogtreecommitdiffstats
path: root/installclasses
diff options
context:
space:
mode:
Diffstat (limited to 'installclasses')
-rw-r--r--installclasses/workstation.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/installclasses/workstation.py b/installclasses/workstation.py
index befa5c10a..5f4cff19b 100644
--- a/installclasses/workstation.py
+++ b/installclasses/workstation.py
@@ -25,7 +25,9 @@ class InstallClass(BaseInstallClass):
def setGroupSelection(self, comps):
BaseInstallClass.__init__(self, comps)
- self.showGroups(comps, [ "KDE", ("GNOME", 1), "Games and Entertainment" ] )
+ self.showGroups(comps, [ "KDE", ("GNOME", 1),
+ "Software Development",
+ "Games and Entertainment" ] )
def setInstallData(self, id):
BaseInstallClass.setInstallData(self, id)