summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-07-19 03:35:16 +0000
committerJeremy Katz <katzj@redhat.com>2002-07-19 03:35:16 +0000
commit594d75d4af2203cf788f987578a3fed109b3ed46 (patch)
treeaafa280b0ed8d5c327328cb0d4d3a9b4ca1d6c83
parent74858e479b2888648617cefa8fa439a406b09c15 (diff)
downloadanaconda-594d75d4af2203cf788f987578a3fed109b3ed46.tar.gz
anaconda-594d75d4af2203cf788f987578a3fed109b3ed46.tar.xz
anaconda-594d75d4af2203cf788f987578a3fed109b3ed46.zip
change html tag to match what's in cvs (#69201)
-rw-r--r--iw/desktop_choice_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/desktop_choice_gui.py b/iw/desktop_choice_gui.py
index d64cd0d24..93f682728 100644
--- a/iw/desktop_choice_gui.py
+++ b/iw/desktop_choice_gui.py
@@ -24,7 +24,7 @@ from flags import flags
class DesktopChoiceWindow (InstallWindow):
windowTitle = N_("Workstation Defaults")
- htmlTag = "wsdefaults"
+ htmlTag = "workstation-pkgs"
def __init__ (self, ics):
InstallWindow.__init__ (self, ics)