summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rwxr-xr-xdraksnapshot-config4
2 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ae91faa..fdc7049 100644
--- a/NEWS
+++ b/NEWS
@@ -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;