diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-06-05 06:52:35 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-06-05 06:52:35 +0000 |
commit | 50c52b9527218f0369ea59ed0a7a18a34b659db0 (patch) | |
tree | d574403a91aa967cbba8c51735c8165b29f9c044 | |
parent | ebe4c6037004f0b2908ab79f0e24251852b09d9c (diff) | |
download | drakx-kbd-mouse-x11-50c52b9527218f0369ea59ed0a7a18a34b659db0.tar drakx-kbd-mouse-x11-50c52b9527218f0369ea59ed0a7a18a34b659db0.tar.gz drakx-kbd-mouse-x11-50c52b9527218f0369ea59ed0a7a18a34b659db0.tar.bz2 drakx-kbd-mouse-x11-50c52b9527218f0369ea59ed0a7a18a34b659db0.tar.xz drakx-kbd-mouse-x11-50c52b9527218f0369ea59ed0a7a18a34b659db0.zip |
- [bugfix] fix test message not translated (#30261)
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | lib/Xconfig/test.pm | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,4 @@ +- [bugfix] fix test message not translated (#30261) - remove all fglrx options, hopefully default is good enough (and at least MonitorLayout option is depreacated as reported on cooker) diff --git a/lib/Xconfig/test.pm b/lib/Xconfig/test.pm index 524530b..cd330c2 100644 --- a/lib/Xconfig/test.pm +++ b/lib/Xconfig/test.pm @@ -90,6 +90,7 @@ sub test { printf $F q( use lib qw(%s); BEGIN { $::no_ugtk_init = 1 } + BEGIN { unshift @::textdomains, 'drakx-kbd-mouse-x11' } require lang; require ugtk2; #- help perl_checker ugtk2->import(qw(:wrappers :helpers)); #- help perl_checker |