summaryrefslogtreecommitdiffstats
path: root/textw/timezone_text.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-05-02 13:32:50 +0000
committerErik Troan <ewt@redhat.com>2000-05-02 13:32:50 +0000
commit256aca1d2a0c7725f3e363bac3ad9ec0b3d44669 (patch)
tree62434240b26fe5793b93085798a2689c4fa7026d /textw/timezone_text.py
parent0c9de351ad920e3a856e1e317f9746f7e79973f4 (diff)
downloadanaconda-256aca1d2a0c7725f3e363bac3ad9ec0b3d44669.tar.gz
anaconda-256aca1d2a0c7725f3e363bac3ad9ec0b3d44669.tar.xz
anaconda-256aca1d2a0c7725f3e363bac3ad9ec0b3d44669.zip
text mode help nearly works
Diffstat (limited to 'textw/timezone_text.py')
-rw-r--r--textw/timezone_text.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/textw/timezone_text.py b/textw/timezone_text.py
index ea69a3902..a21e5344a 100644
--- a/textw/timezone_text.py
+++ b/textw/timezone_text.py
@@ -80,7 +80,8 @@ class TimezoneWindow:
self.c = Checkbox(_("Hardware clock set to GMT?"), isOn = asUtc)
self.c.setCallback(self.updateSysClock)
- self.g = GridForm(screen, _("Time Zone Selection"), 1, 5)
+ self.g = GridFormHelp(screen, _("Time Zone Selection"), "timezone",
+ 1, 5)
self.g.add(t, 0, 0)
self.g.add(self.label, 0, 1, padding = (0, 1, 0, 0), anchorLeft = 1)
self.g.add(self.c, 0, 2, padding = (0, 1, 0, 1), anchorLeft = 1)