From 1d37bfdbbe874abd6dcb5563eea19f531de09e1c Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 25 May 2007 15:39:46 +0000 Subject: sync with 2007.1 (because of SVN loss) --- bin/drakfirewall | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/drakfirewall') diff --git a/bin/drakfirewall b/bin/drakfirewall index 093543c..4588047 100755 --- a/bin/drakfirewall +++ b/bin/drakfirewall @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 1999-2005 Mandriva (pixel@mandrakesoft.com) +# Copyright (C) 1999-2006 Mandriva (pixel@mandrakesoft.com) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -18,6 +18,8 @@ use lib qw(/usr/lib/libDrakX); +# i18n: IMPORTANT: to get correct namespace (drakx-net instead of libDrakX) +BEGIN { unshift @::textdomains, 'drakx-net' } use standalone; #- warning, standalone must be loaded very first, for 'explanations' use interactive; -- cgit v1.2.1