Revision
444
Author
dmorgan
Date
2011-02-06 22:12:00 +0100 (Sun, 06 Feb 2011)

Log Message

Fix copyright

Modified Paths

Modified: userdrake2/trunk/pixmaps/user_add.png
===================================================================
(Binary files differ)

Modified: userdrake2/trunk/userdrake
===================================================================
--- userdrake2/trunk/userdrake	2011-02-06 14:44:06 UTC (rev 443)
+++ userdrake2/trunk/userdrake	2011-02-06 21:12:00 UTC (rev 444)
@@ -1275,7 +1275,7 @@
     $license =~ s/\n/\n\n/sg; # nicer formatting
     my $w = gtknew('AboutDialog', name => N("Userdrake"),
                    version => $us->{VERSION},
-                   copyright => N("Copyright (C) %s by Mandriva", '2001-2009'),
+                   copyright => N("Copyright (C) %s by Mandriva", '2001-2009') . "\n" . N("Copyright (C) %s by Mageia", '2011'),
                    if_(-r "$pixdir/userdrake.png", logo => "$pixdir/userdrake.png"),
                    license => $license, wrap_license => 1,
                    comments => N("Users Management"),