[gnome-main-menu] main-menu: Update about window



commit e62a724ded7fcb61bc23a4c4c5e879dd161e6b12
Author: Stefano Karapetsas <stefano karapetsas com>
Date:   Tue Feb 11 20:21:09 2014 +0100

    main-menu: Update about window

 main-menu/src/main-menu-ui.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/main-menu/src/main-menu-ui.c b/main-menu/src/main-menu-ui.c
index 91970be..150c7ba 100644
--- a/main-menu/src/main-menu-ui.c
+++ b/main-menu/src/main-menu-ui.c
@@ -232,6 +232,7 @@ static const GtkActionEntry applet_actions [] = {
 };
 
 static const gchar *main_menu_authors [] = {
+       "Stefano Karapetsas <stefano karapetsas com>",
        "Jim Krehl <jimmyk novell com>",
        "Scott Reeves <sreeves novell com>",
        "Dan Winship <danw novell com>",
@@ -2415,7 +2416,9 @@ panel_menu_about_cb (GtkAction *action, gpointer user_data)
                        "authors", main_menu_authors,
                        "artists", main_menu_artists,
                        "logo-icon-name", "gnome-fs-client",
-                       "copyright", "Copyright \xc2\xa9 2005-2007 Novell, Inc.",
+                       "website", "http://www.mate-desktop.org/";,
+                       "copyright", "Copyright \xc2\xa9 2005-2007 Novell, Inc.\n"
+                               "Copyright \xc2\xa9 2012-2014 Stefano Karapetsas",
                        NULL);
 
                gtk_widget_show (priv->panel_about_dialog);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]