diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-07-19 03:35:16 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-07-19 03:35:16 +0000 |
commit | 594d75d4af2203cf788f987578a3fed109b3ed46 (patch) | |
tree | aafa280b0ed8d5c327328cb0d4d3a9b4ca1d6c83 /iw | |
parent | 74858e479b2888648617cefa8fa439a406b09c15 (diff) | |
download | anaconda-594d75d4af2203cf788f987578a3fed109b3ed46.tar.gz anaconda-594d75d4af2203cf788f987578a3fed109b3ed46.tar.xz anaconda-594d75d4af2203cf788f987578a3fed109b3ed46.zip |
change html tag to match what's in cvs (#69201)
Diffstat (limited to 'iw')
-rw-r--r-- | iw/desktop_choice_gui.py | 2 |
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) |