summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-01-13 17:33:50 +0000
committerMatt Wilson <msw@redhat.com>2000-01-13 17:33:50 +0000
commit0d103c4c51791893739e9c8c5991daf111922ecb (patch)
tree7cc7e14103bc707d837f2643cba48d4553ccf5d1 /text.py
parent81f5e9a89dd34b60014f2ffd282a1159fe265680 (diff)
downloadanaconda-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.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/text.py b/text.py
index 752b0c6bc..518a96e90 100644
--- a/text.py
+++ b/text.py
@@ -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" ],