diff options
Diffstat (limited to 'iw/examine_gui.py')
-rw-r--r-- | iw/examine_gui.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/iw/examine_gui.py b/iw/examine_gui.py index 82df5add6..d17644d6c 100644 --- a/iw/examine_gui.py +++ b/iw/examine_gui.py @@ -29,7 +29,6 @@ REINSTALL_STR = "reinstall" class UpgradeExamineWindow (InstallWindow): windowTitle = N_("Upgrade Examine") - htmlTag = "upgradeexamine" def getNext (self): if self.doupgrade: |