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,