diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-21 18:25:14 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-21 18:25:14 +0200 |
commit | cc9615065c128be5924a12df50abfda0c6b74a3a (patch) | |
tree | 0f3f59af55e66aa2968b4e4b91b5f10b26ccdf13 | |
parent | 917457d02dd5288d42b9f0f7b735eb0ac5eb9405 (diff) | |
download | mate-panel-cc9615065c128be5924a12df50abfda0c6b74a3a.tar.bz2 mate-panel-cc9615065c128be5924a12df50abfda0c6b74a3a.tar.xz |
add MATE developers in panel about window
-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 <[email protected]>", + "Stefano Karapetsas <[email protected]>", + "Steve Zesch <[email protected]>", + /* GNOME */ "Alex Larsson <[email protected]>", "Anders Carlsson <[email protected]>", "Arvind Samptur <[email protected]>", |