diff options
author | Mike Fulbright <msf@redhat.com> | 2002-07-18 16:59:29 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-07-18 16:59:29 +0000 |
commit | e8d78d98c62dba4e847e077b0b638cbb159f7460 (patch) | |
tree | 0f85721b251f24f37c081d28173e594403bfb262 /iw | |
parent | f0a3c36f185b0fd2e23a886219e9567f8ede43a1 (diff) | |
download | anaconda-e8d78d98c62dba4e847e077b0b638cbb159f7460.tar.gz anaconda-e8d78d98c62dba4e847e077b0b638cbb159f7460.tar.xz anaconda-e8d78d98c62dba4e847e077b0b638cbb159f7460.zip |
use recommended icons now they dont suck
Diffstat (limited to 'iw')
-rw-r--r-- | iw/installpath_gui.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/iw/installpath_gui.py b/iw/installpath_gui.py index 6f1db36a7..571679b9b 100644 --- a/iw/installpath_gui.py +++ b/iw/installpath_gui.py @@ -132,8 +132,7 @@ class InstallPathWindow (InstallWindow): name = topButtons[item][0].name pixmap = topButtons[item][0].pixmap topLevelGroup = self.pixRadioButton(topLevelGroup, - _(name), "workstation.png") -# _(name), pixmap) + _(name), pixmap) self.buttonToObject[topLevelGroup] = topButtons[item][0] box = None @@ -143,8 +142,7 @@ class InstallPathWindow (InstallWindow): (parentName, parentPixmap) = topButtons[item][0].parentClass topLevelGroup = self.pixRadioButton(topLevelGroup, - _(parentName), "workstation.png") -# _(parentName), parentPixmap) + _(parentName), parentPixmap) box = gtk.VBox (gtk.FALSE, 9) group = None |