From a2b41900e1da6e3f662fc95d971be59a06c72d2e Mon Sep 17 00:00:00 2001 From: Chris Aillon Date: Fri, 19 Aug 2005 15:22:46 +0000 Subject: [PATCH] Credits: add self, and give Diana credit for the artwork. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@885 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- gnome/applet/applet.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gnome/applet/applet.c b/gnome/applet/applet.c index 7606ab335c..cf1be6456a 100644 --- a/gnome/applet/applet.c +++ b/gnome/applet/applet.c @@ -351,6 +351,7 @@ static void nmwa_about_cb (NMWirelessApplet *applet) static const gchar *authors[] = { "The Red Hat Desktop Team, including:\n", + "Christopher Aillon ", "Jonathan Blandford ", "John Palmieri ", "Ray Strode ", @@ -366,6 +367,12 @@ static void nmwa_about_cb (NMWirelessApplet *applet) NULL }; + static const gchar *artists[] = + { + "Diana Fong ", + NULL + }; + static const gchar *documenters[] = { NULL @@ -400,6 +407,7 @@ static void nmwa_about_cb (NMWirelessApplet *applet) "copyright", _("Copyright (C) 2004-2005 Red Hat, Inc."), "comments", _("Notification area applet for managing your network devices and connections."), "authors", authors, + "artists", artists, "documenters", documenters, "translator-credits", NULL, "logo-icon-name", GTK_STOCK_NETWORK,