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,