diff options
-rwxr-xr-x | control-center | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center index aaf129b6..96ab3c50 100755 --- a/control-center +++ b/control-center @@ -991,7 +991,7 @@ sub about_mdk_cc() { (0, gtkcreate_img("splash_screen_about")) : (1, gtkmodify_font(Gtk2::Label->new(N("Mandrake Control Center %s\n", $version)), 'Bold 24'),), 0, Gtk2::Label->new(N("Copyright (C) 1999-2004 Mandrakesoft SA") . "\n"), 0, Gtk2::HSeparator->new, - 0, Gtk2::Label->new(N("")), + 0, Gtk2::Label->new(""), 1, my $n = Gtk2::Notebook->new, ); |