From e271d0917c372380f9072ed01b69128c4e2fec48 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Fri, 18 Feb 2005 18:34:14 +0000 Subject: [PATCH] 2005-02-18 Dan Williams * panel-applet/NMWirelessApplet.c - Revert 2005-02-18 William Jon McCann fix for standard copyright string until it passes 'make distcheck'. With standard copyright string, xgettext complains about "Non-ASCII string at ...". git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@459 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- ChangeLog | 8 ++++++++ panel-applet/NMWirelessApplet.c | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7568845594..ca75779a19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-02-18 Dan Williams + + * panel-applet/NMWirelessApplet.c + - Revert 2005-02-18 William Jon McCann fix for standard + copyright string until it passes 'make distcheck'. + With standard copyright string, xgettext complains + about "Non-ASCII string at ...". + 2005-02-18 Dan Williams * panel-applet/essid.glade diff --git a/panel-applet/NMWirelessApplet.c b/panel-applet/NMWirelessApplet.c index 3c513cefd4..9dd5a9b737 100644 --- a/panel-applet/NMWirelessApplet.c +++ b/panel-applet/NMWirelessApplet.c @@ -144,7 +144,7 @@ void nmwa_about_cb (NMWirelessApplet *applet) about_dialog = gnome_about_new (_("NetworkManager Applet"), VERSION, - _("Copyright \xc2\xa9 2004-2005 Red Hat, Inc."), + _("Copyright (C) 2004-2005 Red Hat, Inc."), _("Notification area applet for managing your network devices and connections."), authors, documenters, @@ -162,7 +162,7 @@ void nmwa_about_cb (NMWirelessApplet *applet) gtk_show_about_dialog (NULL, "name", _("NetworkManager Applet"), "version", VERSION, - "copyright", _("Copyright \xc2\xa9 2004-2005 Red Hat, Inc."), + "copyright", _("Copyright (C) 2004-2005 Red Hat, Inc."), "comments", _("Notification area applet for managing your network devices and connections."), "authors", authors, "documenters", documenters,