diff options
author | Chris Lumens <clumens@redhat.com> | 2005-04-26 22:19:53 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2005-04-26 22:19:53 +0000 |
commit | 27b055c089b6efb6f08b2d4f51cef46f448b967b (patch) | |
tree | 011be714b16420b9c9bd2a3e0adbb928714b3ae1 /iw | |
parent | a45d8e95bb23c4549935adf2885746f32abe4ba5 (diff) | |
download | anaconda-27b055c089b6efb6f08b2d4f51cef46f448b967b.tar.gz anaconda-27b055c089b6efb6f08b2d4f51cef46f448b967b.tar.xz anaconda-27b055c089b6efb6f08b2d4f51cef46f448b967b.zip |
Work around the buttons being drawn in English only.
Diffstat (limited to 'iw')
-rw-r--r-- | iw/language_gui.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/language_gui.py b/iw/language_gui.py index 4a016665a..673e555d2 100644 --- a/iw/language_gui.py +++ b/iw/language_gui.py @@ -36,6 +36,7 @@ class LanguageWindow (InstallWindow): self.instLang.setRuntimeLanguage(self.lang) self.instLang.setDefault(self.lang) self.instLang.setSupported([self.lang]) + self.ics.getICW().setLanguage() return None |