mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-06 05:38:15 +02:00
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:
parent
6411cc5ade
commit
e271d0917c
2 changed files with 10 additions and 2 deletions
|
|
@ -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>
|
2005-02-18 Dan Williams <dcbw@redhat.com>
|
||||||
|
|
||||||
* panel-applet/essid.glade
|
* panel-applet/essid.glade
|
||||||
|
|
|
||||||
|
|
@ -144,7 +144,7 @@ void nmwa_about_cb (NMWirelessApplet *applet)
|
||||||
|
|
||||||
about_dialog = gnome_about_new (_("NetworkManager Applet"),
|
about_dialog = gnome_about_new (_("NetworkManager Applet"),
|
||||||
VERSION,
|
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."),
|
_("Notification area applet for managing your network devices and connections."),
|
||||||
authors,
|
authors,
|
||||||
documenters,
|
documenters,
|
||||||
|
|
@ -162,7 +162,7 @@ void nmwa_about_cb (NMWirelessApplet *applet)
|
||||||
gtk_show_about_dialog (NULL,
|
gtk_show_about_dialog (NULL,
|
||||||
"name", _("NetworkManager Applet"),
|
"name", _("NetworkManager Applet"),
|
||||||
"version", VERSION,
|
"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."),
|
"comments", _("Notification area applet for managing your network devices and connections."),
|
||||||
"authors", authors,
|
"authors", authors,
|
||||||
"documenters", documenters,
|
"documenters", documenters,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue