summaryrefslogtreecommitdiffstats
path: root/iw/pixmapRadioButtonGroup_gui.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-03-29 18:26:30 +0000
committerJeremy Katz <katzj@redhat.com>2005-03-29 18:26:30 +0000
commit7ec16efcd173926d85f8a801a0af390f93dc4689 (patch)
treed868b608b82d2006fea7a0024a80f2a9b10864c1 /iw/pixmapRadioButtonGroup_gui.py
parentd1b36584b8c52530156c18d5bd3b031f86b382ea (diff)
downloadanaconda-7ec16efcd173926d85f8a801a0af390f93dc4689.tar.gz
anaconda-7ec16efcd173926d85f8a801a0af390f93dc4689.tar.xz
anaconda-7ec16efcd173926d85f8a801a0af390f93dc4689.zip
2005-03-29 Jeremy Katz <katzj@redhat.com>
* constants.py: Fix traceback * bootdisk/sparc/*: Remove out of date sparc files. * anaconda: Product name fixup * bootdisk/ppc/bootinfo.txt: Likewise. * loader2/linuxrc.s390: Likewise.
Diffstat (limited to 'iw/pixmapRadioButtonGroup_gui.py')
-rw-r--r--iw/pixmapRadioButtonGroup_gui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/iw/pixmapRadioButtonGroup_gui.py b/iw/pixmapRadioButtonGroup_gui.py
index 66e7ace83..816109fb6 100644
--- a/iw/pixmapRadioButtonGroup_gui.py
+++ b/iw/pixmapRadioButtonGroup_gui.py
@@ -190,9 +190,9 @@ if __name__ == "__main__":
if 0:
- opts = ['Red Hat 8.0 - /dev/hda1', 'Red Hat 7.1 - /dev/hda5']
+ opts = ['8.0 - /dev/hda1', '7.1 - /dev/hda5']
else:
- opts = ['Red Hat 8.0 - /dev/hda1']
+ opts = ['8.0 - /dev/hda1']
label = _("The following installed system will be upgraded:")
upgradeoption = gtk.OptionMenu()