From 1d829875363f54dbdf048380c84e771491296ea3 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Sun, 16 Feb 2003 16:58:05 +0000 Subject: fix my breakage (broke non-latin1 installs :/) --- perl-install/install_steps_gtk.pm | 1 + 1 file changed, 1 insertion(+) (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 34043ec7d..bd90b37a5 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -150,6 +150,7 @@ sub leavingStep { sub charsetChanged { my ($o) = @_; Gtk2->set_locale; + install_gtk::load_font($o); install_gtk::update_steps_labels($o); } -- cgit v1.2.1