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);