From 7ec16efcd173926d85f8a801a0af390f93dc4689 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Tue, 29 Mar 2005 18:26:30 +0000 Subject: 2005-03-29 Jeremy Katz * 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. --- iw/pixmapRadioButtonGroup_gui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iw/pixmapRadioButtonGroup_gui.py') 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() -- cgit