diff options
-rwxr-xr-x | control-center | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/control-center b/control-center index d6f76103..dc2e8097 100755 --- a/control-center +++ b/control-center @@ -1,7 +1,7 @@ #!/usr/bin/perl # $Id: control-center 232735 2008-01-02 15:34:46Z tv $ -# Copyright (C) 1999-2007 Mandriva +# Copyright (C) 1999-2008 Mandriva # Daouda Lo # Damien Krotkine # Thierry Vignaud <tvignaud@mandriva.com> @@ -2000,7 +2000,7 @@ sub about_mdk_cc() { @$release{qw(version product)}), { txt_ypos => 50 }), -1, 120)), 0, Gtk2::Label->new(""), - 0, Gtk2::Label->new(N("Copyright (C) 1999-2007 Mandriva SA") . "\n"), + 0, Gtk2::Label->new(N("Copyright (C) 1999-2008 Mandriva SA") . "\n"), 0, Gtk2::HSeparator->new, 0, Gtk2::Label->new(""), 1, my $n = Gtk2::Notebook->new, |