diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-11 15:43:56 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-11 15:43:56 +0000 |
commit | 67b133020bb2a5ba90005ac6da55a0d5d1424799 (patch) | |
tree | 68eae41b81639206b3de7dc12b4a3c1335144048 /installclass.py | |
parent | e0e974477f07b1eb16c7553528b3f64d5d520ce5 (diff) | |
download | anaconda-67b133020bb2a5ba90005ac6da55a0d5d1424799.tar.gz anaconda-67b133020bb2a5ba90005ac6da55a0d5d1424799.tar.xz anaconda-67b133020bb2a5ba90005ac6da55a0d5d1424799.zip |
patch from jj, misc fixesbefore.po.msgmerge
Diffstat (limited to 'installclass.py')
-rw-r--r-- | installclass.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/installclass.py b/installclass.py index 5b180cb54..1c80636ec 100644 --- a/installclass.py +++ b/installclass.py @@ -58,6 +58,11 @@ class InstallClass: def setClearParts(self, clear, warningText = None): self.clearParts = clear + # XXX hack for install help text in GUI mode + if clear == FSEDIT_CLEAR_LINUX: + self.clearType = "wkst" + if clear == FSEDIT_CLEAR_ALL: + self.clearType = "svr" self.clearPartText = warningText def getLiloInformation(self): |