mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 19:00:11 +01:00
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:
parent
e0bf8b1067
commit
a2b41900e1
1 changed files with 8 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue