diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-01-13 17:39:26 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-01-13 17:39:26 +0000 |
commit | 87b31f29ba4f2e2c076808760cb3c35492ee4670 (patch) | |
tree | b86f3b16828eaf84ed993d41ea5cb25d0c6aabee /iw | |
parent | 2e9da0fe965eea84c8971b9a38b8b05a6f58b197 (diff) | |
download | anaconda-87b31f29ba4f2e2c076808760cb3c35492ee4670.tar.gz anaconda-87b31f29ba4f2e2c076808760cb3c35492ee4670.tar.xz anaconda-87b31f29ba4f2e2c076808760cb3c35492ee4670.zip |
fix help tag to be the correct one
Diffstat (limited to 'iw')
-rw-r--r-- | iw/examine_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/examine_gui.py b/iw/examine_gui.py index 94e6c59fc..f223102dd 100644 --- a/iw/examine_gui.py +++ b/iw/examine_gui.py @@ -30,7 +30,7 @@ REINSTALL_STR = "reinstall" class UpgradeExamineWindow (InstallWindow): windowTitle = N_("Upgrade Examine") - htmlTag = "upgrade" + htmlTag = "upgradeexamine" def getNext (self): if self.doupgrade: |