2006-06-02 Robert Love <rml@novell.com>

* gnome/applet/applet.c: Update copyright years.  Add Novell.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1795 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Robert Love 2006-06-02 14:11:51 +00:00 committed by Robert Love
parent 184d98bf65
commit f310fc1369
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2006-06-02 Robert Love <rml@novell.com>
* gnome/applet/applet.c: Update copyright years. Add Novell.
2006-05-28 Dan Williams <dcbw@redhat.com>
* gnome/applet/applet.glade

View file

@ -336,7 +336,8 @@ static void nma_about_cb (GtkMenuItem *mi, NMApplet *applet)
about_dialog = gnome_about_new (_("NetworkManager Applet"),
VERSION,
_("Copyright \xc2\xa9 2004-2005 Red Hat, Inc."),
_("Copyright \xc2\xa9 2004-2006 Red Hat, Inc.\n"
"Copyright \xc2\xa9 2005-2006 Novell, Inc."),
_("Notification area applet for managing your network devices and connections."),
authors,
documenters,
@ -361,7 +362,8 @@ static void nma_about_cb (GtkMenuItem *mi, NMApplet *applet)
gtk_show_about_dialog (NULL,
"name", _("NetworkManager Applet"),
"version", VERSION,
"copyright", _("Copyright \xc2\xa9 2004-2005 Red Hat, Inc."),
"copyright", _("Copyright \xc2\xa9 2004-2005 Red Hat, Inc.\n"
"Copyright \xc2\xa9 2005-2006 Novell, Inc."),
"comments", _("Notification area applet for managing your network devices and connections."),
"website", "http://www.gnome.org/projects/NetworkManager/",
"authors", authors,