summaryrefslogtreecommitdiffstats
path: root/perl-install/mygtk2.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-03-26 15:52:30 +0000
committerThierry Vignaud <tv@mandriva.org>2009-03-26 15:52:30 +0000
commitf213cd0304ed9b9bc6dbd7c8059a55a91442fe6b (patch)
tree18e786dd971fe5be9d66904ad87cc0038703c84b /perl-install/mygtk2.pm
parentaec3a06cb3d0fe1a9aab2f6184654a16cdd612b5 (diff)
downloaddrakx-f213cd0304ed9b9bc6dbd7c8059a55a91442fe6b.tar
drakx-f213cd0304ed9b9bc6dbd7c8059a55a91442fe6b.tar.gz
drakx-f213cd0304ed9b9bc6dbd7c8059a55a91442fe6b.tar.bz2
drakx-f213cd0304ed9b9bc6dbd7c8059a55a91442fe6b.tar.xz
drakx-f213cd0304ed9b9bc6dbd7c8059a55a91442fe6b.zip
fetch translations from 'urpmi' domain too
Diffstat (limited to 'perl-install/mygtk2.pm')
-rw-r--r--perl-install/mygtk2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm
index 71fe3f7eb..1dc77254a 100644
--- a/perl-install/mygtk2.pm
+++ b/perl-install/mygtk2.pm
@@ -19,7 +19,7 @@ sub init() {
Gtk2->init;
Locale::gettext::bind_textdomain_codeset($_, 'UTF8') foreach 'libDrakX', if_(!$::isInstall, 'libDrakX-standalone'),
- if_($::isInstall, 'draksnapshot'),
+ if_($::isInstall, 'draksnapshot', 'urpmi'),
'drakx-net', 'drakx-kbd-mouse-x11', # shared translation
@::textdomains;
Gtk2->croak_execeptions;