From 967b921c014c91e75f32a3737545ee408465f594 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 3 Feb 2001 00:32:25 +0000 Subject: (selectLanguage): call charsetChanged --- perl-install/install_steps_interactive.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 3009893d3..2a1fcf69c 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -43,6 +43,8 @@ sub kill_action { $o->kill; } +sub charsetChanged {} + #-###################################################################################### #- Steps Functions #-###################################################################################### @@ -69,6 +71,8 @@ sub selectLanguage { install_steps::selectLanguage($o); + $o->charsetChanged; + $o->ask_warn('', "If you see this message it is because you choose a language for which DrakX does not include a translation yet; however the fact that it is -- cgit v1.2.1