summaryrefslogtreecommitdiffstats
path: root/splashscreen.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2002-02-04 17:46:57 +0000
committerMatt Wilson <msw@redhat.com>2002-02-04 17:46:57 +0000
commitc17fe085b1ac1b1f1773f01372e4432d87c2cf2b (patch)
tree94c21cad23ba7bbf441a77e9307fd462040f5175 /splashscreen.py
parent75fdeea80d4ee466bff34bf3b77501d99b408d78 (diff)
downloadanaconda-c17fe085b1ac1b1f1773f01372e4432d87c2cf2b.tar.gz
anaconda-c17fe085b1ac1b1f1773f01372e4432d87c2cf2b.tar.xz
anaconda-c17fe085b1ac1b1f1773f01372e4432d87c2cf2b.zip
fixed #59274, handling gzipped mo files. Also made a unicode mode and a non-unicode mode so text mode works again. Fixed RPM summaries and descriptions in progress and indiv. package selection
Diffstat (limited to 'splashscreen.py')
-rw-r--r--splashscreen.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/splashscreen.py b/splashscreen.py
index ca994e439..3c01eaed6 100644
--- a/splashscreen.py
+++ b/splashscreen.py
@@ -19,6 +19,10 @@ os.environ["GNOME_DISABLE_CRASH_DIALOG"] = "1"
import gtk
from flags import flags
+from translate import cat
+
+# for GTK+ 2.0
+cat.setunicode(1)
splashwindow = None