diff options
-rw-r--r-- | mate-panel/panel-context-menu.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mate-panel/panel-context-menu.c b/mate-panel/panel-context-menu.c index a267a140..ec7ed206 100644 --- a/mate-panel/panel-context-menu.c +++ b/mate-panel/panel-context-menu.c @@ -81,6 +81,11 @@ panel_context_menu_show_about_dialog (GtkWidget *menuitem) { static GtkWidget *about = NULL; char *authors [] = { + /* MATE */ + "Perberos <perberos@gmail.com>", + "Stefano Karapetsas <stefano@karapetsas.com>", + "Steve Zesch <stevezesch2@gmail.com>", + /* GNOME */ "Alex Larsson <alexl@redhat.com>", "Anders Carlsson <andersca@gnu.org>", "Arvind Samptur <arvind.samptur@wipro.com>", |