From 0abb35a840d29f59b4680b87b28c1f8d18b95390 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 30 Jun 2005 07:46:12 +0000 Subject: rename setlocale() as init_setlocale() since it's more meaninfull regarding its purpose --- perl-install/lang.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/lang.pm') diff --git a/perl-install/lang.pm b/perl-install/lang.pm index ce56a60c1..a2b75b463 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -1249,7 +1249,7 @@ sub bindtextdomain() { #- NB: not using $::isInstall to make it work more easily at install and standalone my $localedir = "$ENV{SHARE_PATH}/locale" . ($::prefix ? "_special" : ''); - c::setlocale(); + c::init_setlocale(); c::bind_textdomain_codeset('libDrakX', 'UTF-8'); $::need_utf8_i18n = 1; c::bindtextdomain('libDrakX', $localedir); -- cgit v1.2.1