From 149aafac950bf7c46cdf55271ba799ba56480b8e Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 11 Mar 2008 15:34:48 +0000 Subject: actually use translations git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@239170 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94 --- draksnapshot-config | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'draksnapshot-config') diff --git a/draksnapshot-config b/draksnapshot-config index 60aac00..12195ee 100755 --- a/draksnapshot-config +++ b/draksnapshot-config @@ -26,6 +26,10 @@ use standalone; #- warning, standalone must be loaded very first, for 'expla use common; use interactive; use MDV::Snapshot::Common; + +# i18n: IMPORTANT: to get correct namespace (drakconf instead of libDrakX) +BEGIN { unshift @::textdomains, 'draksnapshot' } + use mygtk2 qw(gtknew); #- do not import gtkadd which conflicts with ugtk2 version use ugtk2 qw(:create :dialogs :helpers :wrappers); use Gtk2::SimpleList; -- cgit v1.2.1