diff options
author | Erik Troan <ewt@redhat.com> | 2000-05-04 14:32:12 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-05-04 14:32:12 +0000 |
commit | 1bedb903772628b5fbe3cded8b22526cc06f8d07 (patch) | |
tree | 5db0908b9cf9576f32433485c30d1ba782a3063f /textw | |
parent | 0c8946498525fc2e3d5350441bd1da7d2dc9bbf5 (diff) | |
download | anaconda-1bedb903772628b5fbe3cded8b22526cc06f8d07.tar.gz anaconda-1bedb903772628b5fbe3cded8b22526cc06f8d07.tar.xz anaconda-1bedb903772628b5fbe3cded8b22526cc06f8d07.zip |
fixed a help issue
Diffstat (limited to 'textw')
-rw-r--r-- | textw/lilo_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/lilo_text.py b/textw/lilo_text.py index ee4d0b885..c19c3f066 100644 --- a/textw/lilo_text.py +++ b/textw/lilo_text.py @@ -30,7 +30,7 @@ class LiloAppendWindow: buttons = ButtonBar(screen, [(_("OK"), "ok"), (_("Skip"), "skip"), (_("Back"), "back") ] ) - grid = GridForm(screen, _("LILO Configuration"), "kernelopts", 1, 4) + grid = GridFormHelp(screen, _("LILO Configuration"), "kernelopts", 1, 4) grid.add(t, 0, 0) grid.add(cb, 0, 1, padding = (0, 1, 0, 1)) grid.add(entry, 0, 2, padding = (0, 0, 0, 1)) |