diff options
author | Matt Wilson <msw@redhat.com> | 2000-01-13 17:33:50 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-01-13 17:33:50 +0000 |
commit | 0d103c4c51791893739e9c8c5991daf111922ecb (patch) | |
tree | 7cc7e14103bc707d837f2643cba48d4553ccf5d1 /text.py | |
parent | 81f5e9a89dd34b60014f2ffd282a1159fe265680 (diff) | |
download | anaconda-0d103c4c51791893739e9c8c5991daf111922ecb.tar.gz anaconda-0d103c4c51791893739e9c8c5991daf111922ecb.tar.xz anaconda-0d103c4c51791893739e9c8c5991daf111922ecb.zip |
checked in changes in comps tree by ewt
Diffstat (limited to 'text.py')
-rw-r--r-- | text.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1085,7 +1085,8 @@ class InstallInterface: (self.screen, todo), "lilo"], [BootloaderConfiguration, BootloaderImagesWindow, (self.screen, todo), "lilo"], - [_("Customize Upgrade"), CustomizeUpgradeWindow, (self.screen, todo, self.individual)], + [_("Customize Upgrade"), CustomizeUpgradeWindow, + (self.screen, todo, self.individual), "custom-upgrade" ], [_("Individual Packages"), IndividualPackageWindow, (self.screen, todo, self.individual)], [_("Boot Disk"), BootDiskWindow, (self.screen, todo), "bootdisk" ], |