From a6a941c3adc58de3a8a56c5722d2b637c240c65a Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Thu, 27 Oct 2005 05:06:49 +0000 Subject: [PATCH] 2005-10-26 Christopher Aillon * gnome/applet.c: Also use translator credits if we don't have the new GtkAboutDialog (older versions of GTK+) git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1076 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- ChangeLog | 5 +++++ gnome/applet/applet.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 71560106df..038b47c7b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-26 Christopher Aillon + + * gnome/applet.c: Also use translator credits if we don't have + the new GtkAboutDialog (older versions of GTK+) + 2005-10-26 Robert Love * dispatcher-daemon/NetworkManagerDispatcher.c: print actual error string on daemon() diff --git a/gnome/applet/applet.c b/gnome/applet/applet.c index 3eeb73d65f..44bb5dc82e 100644 --- a/gnome/applet/applet.c +++ b/gnome/applet/applet.c @@ -319,7 +319,7 @@ static void nmwa_about_cb (NMWirelessApplet *applet) _("Notification area applet for managing your network devices and connections."), authors, documenters, - NULL, + _("translator-credits"), pixbuf); g_object_unref (pixbuf);