diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-12 01:49:39 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-12 01:49:39 +0200 |
commit | 75ac2a8cece0025d5f38363aef539c08f6cdcc1a (patch) | |
tree | 6c13615e8d4e2b4575529297929d20e2326b11e9 /mate-about/mate-about.h | |
parent | b3c5129a02e6d2ef18bcc2abf2bb003185cf2619 (diff) | |
download | mate-desktop-75ac2a8cece0025d5f38363aef539c08f6cdcc1a.tar.bz2 mate-desktop-75ac2a8cece0025d5f38363aef539c08f6cdcc1a.tar.xz |
mate-about: put MATE authors as first
add Rowen as artist
Diffstat (limited to 'mate-about/mate-about.h')
-rw-r--r-- | mate-about/mate-about.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/mate-about/mate-about.h b/mate-about/mate-about.h index 4a0fbc4..cb5486b 100644 --- a/mate-about/mate-about.h +++ b/mate-about/mate-about.h @@ -82,6 +82,11 @@ }; const char* authors[] = { + // MATE start here + "Perberos <[email protected]>", + "Stefano Karapetsas <[email protected]>", + "Steve Zesch <[email protected]>", + // GNOME start here "Jérôme Abela", "Rob Adams", "Djihed Afifi", @@ -613,10 +618,6 @@ "Sascha Ziemann", "Michael Zucchi", "Jason van Zyl", - // MATE start here - "Perberos <[email protected]>", - "Stefano Karapetsas <[email protected]>", - "Steve Zesch <[email protected]>", NULL }; @@ -627,7 +628,7 @@ }; // artistas const char* artists[] = { - "...", // TODO: fillme + "Rowen Stipe <[email protected]>", NULL }; // traductores |