summaryrefslogtreecommitdiffstats
path: root/iw/format.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-03 14:14:36 +0000
committerMatt Wilson <msw@redhat.com>1999-09-03 14:14:36 +0000
commit7610b7bbbc0cab742f31a1ea5837ccd7a44565a3 (patch)
tree9cb8a844eada2f7fe25b4ebcc86d165972b1a030 /iw/format.py
parentcc898966043edfed5ff29400607919b7fe6b6130 (diff)
downloadanaconda-7610b7bbbc0cab742f31a1ea5837ccd7a44565a3.tar.gz
anaconda-7610b7bbbc0cab742f31a1ea5837ccd7a44565a3.tar.xz
anaconda-7610b7bbbc0cab742f31a1ea5837ccd7a44565a3.zip
read help screens from html files
Diffstat (limited to 'iw/format.py')
-rw-r--r--iw/format.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/iw/format.py b/iw/format.py
index 3fd84fc7c..3d0b1a696 100644
--- a/iw/format.py
+++ b/iw/format.py
@@ -11,7 +11,8 @@ class FormatWindow (InstallWindow):
self.todo = ics.getToDo ()
ics.setTitle (_("Choose partitions to Format"))
ics.setNextEnabled (1)
- ics.setHTML ("<HTML><BODY>Choose partitions to Format</BODY></HTML>")
+## ics.setHTML ("<HTML><BODY>Choose partitions to Format</BODY></HTML>")
+ ics.readHTML ("format")
def getScreen (self):
def toggled (widget, (todo, mount)):