From 226bc14e18ffe6c106d28680ea935cad227a9e05 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 15 Dec 2005 08:48:51 +0000 Subject: use Locale::gettext for dgettext, bindtextdomain and bind_textdomain_codeset instead of module c (that way we can also use dngettext, and it's more modular) --- perl-install/standalone.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone.pm') diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index 02ee34bdb..320b336e1 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -16,7 +16,7 @@ $::isStandalone = 1; $ENV{SHARE_PATH} ||= "/usr/share"; c::init_setlocale(); -c::bindtextdomain('libDrakX', "/usr/share/locale"); +Locale::gettext::bindtextdomain('libDrakX', "/usr/share/locale"); $::license = N_("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 -- cgit v1.2.1