diff options
author | Erik Troan <ewt@redhat.com> | 2000-05-10 23:45:44 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-05-10 23:45:44 +0000 |
commit | d63185daf4867161b2ecbd68aa223935c21778c9 (patch) | |
tree | ce3ba4a9b9dab72bd987043b8aef36f5f196cd8f /textw/silo_text.py | |
parent | 1f18826974966a593015f79f69b3b7ff11c41fdf (diff) | |
download | anaconda-d63185daf4867161b2ecbd68aa223935c21778c9.tar.gz anaconda-d63185daf4867161b2ecbd68aa223935c21778c9.tar.xz anaconda-d63185daf4867161b2ecbd68aa223935c21778c9.zip |
changed help tag for silo
Diffstat (limited to 'textw/silo_text.py')
-rw-r--r-- | textw/silo_text.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textw/silo_text.py b/textw/silo_text.py index 8fe6f2792..80cef2063 100644 --- a/textw/silo_text.py +++ b/textw/silo_text.py @@ -25,7 +25,8 @@ class SiloAppendWindow: buttons = ButtonBar(screen, [(_("OK"), "ok"), (_("Skip"), "skip"), (_("Back"), "back") ] ) - grid = GridForm(screenHelp, _("SILO Configuration"), 1, 3) + grid = GridFormHelp(screenHelp, _("SILO Configuration"), + "silokernelopts", 1, 3) grid.add(t, 0, 0) grid.add(entry, 0, 1, padding = (0, 0, 0, 1)) grid.add(buttons, 0, 2, growx = 1) |