From 594d75d4af2203cf788f987578a3fed109b3ed46 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Fri, 19 Jul 2002 03:35:16 +0000 Subject: change html tag to match what's in cvs (#69201) --- iw/desktop_choice_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iw') 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) -- cgit