diff options
-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 |