From 1f71da26ed51ae521be3b38c9ae56a4ed200f4c9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 13 Sep 2004 02:30:16 +0000 Subject: fix splash window's title for RTL languages --- control-center | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control-center b/control-center index 6effd816..a7c48514 100755 --- a/control-center +++ b/control-center @@ -89,7 +89,7 @@ Gtk2::Rc->parse($rc) if -r $rc; # Splash window: please wait ... my $window_splash = Gtk2::Window->new('popup'); $window_splash->signal_connect(delete_event => \&quit_global); -$window_splash->set_title(N("Mandrakelinux Control Center") . $version); +$window_splash->set_title(N("Mandrakelinux Control Center")); $window_splash->set_position('center_always'); $window_splash->add(gtkadd(gtkset_shadow_type(Gtk2::Frame->new, 'etched_out'), gtkput(my $fixed = Gtk2::Fixed->new, -- cgit v1.2.1