diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-03-26 15:52:30 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-03-26 15:52:30 +0000 |
commit | f213cd0304ed9b9bc6dbd7c8059a55a91442fe6b (patch) | |
tree | 18e786dd971fe5be9d66904ad87cc0038703c84b /perl-install | |
parent | aec3a06cb3d0fe1a9aab2f6184654a16cdd612b5 (diff) | |
download | drakx-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')
-rw-r--r-- | perl-install/mygtk2.pm | 2 |
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; |