diff options
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | userdrake | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ - refactorization for readability (please test) +- use libuser translations Version 1.12 - 21 October 2009, Christophe Fergeau @@ -30,7 +30,7 @@ use common; use run_program; use any; # i18n: IMPORTANT: to get correct namespace (userdrake instead of libDrakX) -BEGIN { unshift @::textdomains, 'userdrake', 'drakconf' } +BEGIN { unshift @::textdomains, 'userdrake', 'libuser', 'drakconf' } use mygtk2 qw(gtknew); #- do not import gtkadd which conflicts with ugtk2 version use ugtk2 qw(:all); use interactive; |