summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-14 18:44:41 +0000
committerMatt Wilson <msw@redhat.com>2000-02-14 18:44:41 +0000
commit42fc4c6694005007fca9d3fa58cf3a0110f1cc3f (patch)
tree3087ccdaab042d804a0825d57a4116f4d76de3cd /anaconda
parent20c70a3665997a1ee8068a18ca85196108ab29d7 (diff)
downloadanaconda-42fc4c6694005007fca9d3fa58cf3a0110f1cc3f.tar.gz
anaconda-42fc4c6694005007fca9d3fa58cf3a0110f1cc3f.tar.xz
anaconda-42fc4c6694005007fca9d3fa58cf3a0110f1cc3f.zip
use rh gettext with builtin gzip read support
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 3efd34461..1a73ba4a4 100755
--- a/anaconda
+++ b/anaconda
@@ -39,7 +39,7 @@ setverPath = None
gettext_rh.bindtextdomain("anaconda", "/usr/share/locale")
gettext_rh.textdomain("anaconda")
-_ = gettext.gettext
+_ = gettext_rh.gettext
(args, extra) = isys.getopt(sys.argv[1:], 'GTRtdr:fm:',
[ 'gui', 'text', 'reconfig', 'test', 'debug',