summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2002-07-25 12:32:50 +0000
committerMatt Wilson <msw@redhat.com>2002-07-25 12:32:50 +0000
commit0fbcf4aa933c85b1f74d1c95289b45de427a3116 (patch)
treed802f29643b31bd95ade3e44e71c3f3f0a8fe783 /gui.py
parent6d9a4617b514f7cc7602d58edc611608c3082fb1 (diff)
downloadanaconda-0fbcf4aa933c85b1f74d1c95289b45de427a3116.tar.gz
anaconda-0fbcf4aa933c85b1f74d1c95289b45de427a3116.tar.xz
anaconda-0fbcf4aa933c85b1f74d1c95289b45de427a3116.zip
do specpo only in gui mode. do not utf8 the messages, they should already be utf8
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui.py b/gui.py
index c2cbac638..cc7aaae16 100755
--- a/gui.py
+++ b/gui.py
@@ -21,6 +21,7 @@ import sys
import parted
import gtk
import htmlbuffer
+import rpm
from language import expandLangs
from splashscreen import splashScreenPop
from flags import flags
@@ -29,6 +30,8 @@ from constants import *
from rhpl.log import log
from rhpl.translate import _, N_, utf8
+rpm.addMacro("_i18ndomains", "redhat-dist")
+
StayOnScreen = "stayOnScreen"
mainWindow = None