summaryrefslogtreecommitdiffstats
path: root/textw/silo_text.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-05-10 23:45:44 +0000
committerErik Troan <ewt@redhat.com>2000-05-10 23:45:44 +0000
commitd63185daf4867161b2ecbd68aa223935c21778c9 (patch)
treece3ba4a9b9dab72bd987043b8aef36f5f196cd8f /textw/silo_text.py
parent1f18826974966a593015f79f69b3b7ff11c41fdf (diff)
downloadanaconda-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.py3
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)