summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center4
1 files changed, 3 insertions, 1 deletions
diff --git a/control-center b/control-center
index 1a1ea8a0..aaf129b6 100755
--- a/control-center
+++ b/control-center
@@ -989,7 +989,9 @@ sub about_mdk_cc() {
gtkpack_($window_about->vbox,
-r "$themes_dir/$theme/splash_screen_about.png" ?
(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" . N("Copyright (C) 1999-2004 Mandrakesoft SA") . "\n"),
+ 0, Gtk2::Label->new(N("Copyright (C) 1999-2004 Mandrakesoft SA") . "\n"),
+ 0, Gtk2::HSeparator->new,
+ 0, Gtk2::Label->new(N("")),
1, my $n = Gtk2::Notebook->new,
);