From efcb11e9c8d888f7f2471f14b6294680d73acf51 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Thu, 27 Oct 2005 05:49:31 +0000 Subject: [PATCH] 2005-10-27 Christopher Aillon * 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 --- ChangeLog | 6 +++++- gnome/applet/applet.c | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d4461785a2..f514035822 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ 2005-10-27 Christopher Aillon - * 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 + + * gnome/applet/applet.c: The applet's about dialog can advertise our project page 2005-10-26 Christopher Aillon diff --git a/gnome/applet/applet.c b/gnome/applet/applet.c index 657a626592..933cdac092 100644 --- a/gnome/applet/applet.c +++ b/gnome/applet/applet.c @@ -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,