2005-02-18 Dan Williams <dcbw@redhat.com>

* 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
This commit is contained in:
Dan Williams 2005-02-18 18:34:14 +00:00
parent 6411cc5ade
commit e271d0917c
2 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,11 @@
2005-02-18 Dan Williams <dcbw@redhat.com>
* 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 <dcbw@redhat.com>
* panel-applet/essid.glade

View file

@ -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,