summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-03-23 09:22:59 +0000
committerThierry Vignaud <tv@mandriva.org>2009-03-23 09:22:59 +0000
commit024607558fe97b22b493b7916319e5f123cc4333 (patch)
treea84c0d24de4102609b6787b9074ae6b9cfcebfb4
parentca1a7e75f42f342f52fac397217d5bbadccd04a1 (diff)
downloadcontrol-center-024607558fe97b22b493b7916319e5f123cc4333.tar
control-center-024607558fe97b22b493b7916319e5f123cc4333.tar.gz
control-center-024607558fe97b22b493b7916319e5f123cc4333.tar.bz2
control-center-024607558fe97b22b493b7916319e5f123cc4333.tar.xz
control-center-024607558fe97b22b493b7916319e5f123cc4333.zip
do use translations when using the text mode version (#48988)
-rw-r--r--NEWS3
-rwxr-xr-xdrakxconf3
2 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 27041d19..184ea0e9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- drakxconf:
+ o do use translations when using the text mode version (#48988)
+
Version 12.5 - 19 March 2009, Thierry Vignaud
- fix a rare crash when embedded program segfaulted (#48080)
diff --git a/drakxconf b/drakxconf
index 8771cb27..c0f951f4 100755
--- a/drakxconf
+++ b/drakxconf
@@ -3,6 +3,9 @@
use lib qw(/usr/lib/libDrakX);
use strict;
+# i18n: IMPORTANT: to get correct namespace (drakconf instead of libDrakX)
+BEGIN { unshift @::textdomains, 'drakconf' }
+
use standalone; #- warning, standalone must be loaded very first, for 'explanations'
use interactive;
use common;