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/interactive/newt.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/interactive/newt.pm') diff --git a/perl-install/interactive/newt.pm b/perl-install/interactive/newt.pm index 8bc39b19f..af829b42b 100644 --- a/perl-install/interactive/newt.pm +++ b/perl-install/interactive/newt.pm @@ -21,7 +21,7 @@ sub new { local $ENV{LC_CTYPE} = "en_US.UTF-8"; Newt::Init(1); } - c::setlocale(); + c::init_setlocale(); } else { Newt::Init(0); } -- cgit v1.2.1