2005-10-27 Christopher Aillon <caillon@redhat.com>

* gnome/applet/applet.c: Use the copyright symbol instead of (C)


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1078 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Christopher Aillon 2005-10-27 05:49:31 +00:00 committed by Chris Aillon
parent 895d9cc16b
commit efcb11e9c8
2 changed files with 7 additions and 3 deletions

View file

@ -1,6 +1,10 @@
2005-10-27 Christopher Aillon <caillon@redhat.com>
* gnome/applet.c: The applet's about dialog can advertise our
* gnome/applet/applet.c: Use the copyright symbol instead of (C)
2005-10-27 Christopher Aillon <caillon@redhat.com>
* gnome/applet/applet.c: The applet's about dialog can advertise our
project page <http://www.gnome.org/projects/NetworkManager/>
2005-10-26 Christopher Aillon <caillon@redhat.com>

View file

@ -322,7 +322,7 @@ static void nmwa_about_cb (NMWirelessApplet *applet)
about_dialog = gnome_about_new (_("NetworkManager Applet"),
VERSION,
_("Copyright (C) 2004-2005 Red Hat, Inc."),
_("Copyright \xc2\xa9 2004-2005 Red Hat, Inc."),
_("Notification area applet for managing your network devices and connections."),
authors,
documenters,
@ -347,7 +347,7 @@ static void nmwa_about_cb (NMWirelessApplet *applet)
gtk_show_about_dialog (NULL,
"name", _("NetworkManager Applet"),
"version", VERSION,
"copyright", _("Copyright (C) 2004-2005 Red Hat, Inc."),
"copyright", _("Copyright \xc2\xa9 2004-2005 Red Hat, Inc."),
"comments", _("Notification area applet for managing your network devices and connections."),
"website", "http://www.gnome.org/projects/NetworkManager/",
"authors", authors,