summaryrefslogtreecommitdiffstats
path: root/installclasses/gnomeclass.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-05-03 19:14:38 +0000
committerMatt Wilson <msw@redhat.com>2000-05-03 19:14:38 +0000
commite2dff0b66a53f29bb5a11ecc349129ac72d32972 (patch)
tree2a89e29c6439048bb6a0a5930e17aa607a208315 /installclasses/gnomeclass.py
parent8933059128cb9274b188561815e62b1b933768b9 (diff)
downloadanaconda-e2dff0b66a53f29bb5a11ecc349129ac72d32972.tar.gz
anaconda-e2dff0b66a53f29bb5a11ecc349129ac72d32972.tar.xz
anaconda-e2dff0b66a53f29bb5a11ecc349129ac72d32972.zip
added pixmaps
Diffstat (limited to 'installclasses/gnomeclass.py')
-rw-r--r--installclasses/gnomeclass.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/installclasses/gnomeclass.py b/installclasses/gnomeclass.py
index b8fd5960a..789bb6316 100644
--- a/installclasses/gnomeclass.py
+++ b/installclasses/gnomeclass.py
@@ -4,6 +4,8 @@ from translate import N_
class InstallClass(Workstation):
name = N_("Install GNOME Workstation")
+ pixmap = "gnome-workstation.png"
+
sortPriority = 1
def __init__(self, expert):