diff options
-rw-r--r-- | NEWS | 3 | ||||
-rwxr-xr-x | draksnapshot-config | 4 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,6 @@ +- configurator: + o actually use translations + Version 0.4 - 5 March 2008, Thierry Vignaud - applet: 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; |