From e0a026804ee724ae671f46a8e883cb4ed72f6125 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 3 Feb 2001 00:32:34 +0000 Subject: (charsetChanged): created, takes care of setting to the right charset the windows --- perl-install/install_steps_gtk.pm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'perl-install/install_steps_gtk.pm') diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index d82cd6d78..e88c74df0 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -123,6 +123,11 @@ sub leavingStep { } +sub charsetChanged { + my ($o) = @_; + Gtk->set_locale; + install_gtk::install_theme($o); +} #-###################################################################################### #- Steps Functions @@ -130,9 +135,7 @@ sub leavingStep { sub selectLanguage { my ($o, $first_time) = @_; $o->SUPER::selectLanguage; - Gtk->set_locale; - install_gtk::install_theme($o); - + $o->ask_warn('', _("Your system is low on resource. You may have some problem installing Linux-Mandrake. If that occurs, you can try a text install instead. For this, -- cgit v1.2.1