diff options
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: |