mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 20:40:21 +01:00
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:
parent
895d9cc16b
commit
efcb11e9c8
2 changed files with 7 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue