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
This commit is contained in:
Chris Aillon 2005-08-19 15:22:46 +00:00
parent e0bf8b1067
commit a2b41900e1

View file

@ -351,6 +351,7 @@ static void nmwa_about_cb (NMWirelessApplet *applet)
static const gchar *authors[] =
{
"The Red Hat Desktop Team, including:\n",
"Christopher Aillon <caillon@redhat.com>",
"Jonathan Blandford <jrb@redhat.com>",
"John Palmieri <johnp@redhat.com>",
"Ray Strode <rstrode@redhat.com>",
@ -366,6 +367,12 @@ static void nmwa_about_cb (NMWirelessApplet *applet)
NULL
};
static const gchar *artists[] =
{
"Diana Fong <dfong@redhat.com>",
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,