diff options
author | Matt Wilson <msw@redhat.com> | 2002-07-25 12:32:50 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2002-07-25 12:32:50 +0000 |
commit | 0fbcf4aa933c85b1f74d1c95289b45de427a3116 (patch) | |
tree | d802f29643b31bd95ade3e44e71c3f3f0a8fe783 /gui.py | |
parent | 6d9a4617b514f7cc7602d58edc611608c3082fb1 (diff) | |
download | anaconda-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-x | gui.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |