diff --git a/control-center/ChangeLog b/control-center/ChangeLog index 3af9abc74..d7feb018f 100644 --- a/control-center/ChangeLog +++ b/control-center/ChangeLog @@ -1,3 +1,7 @@ +2002-05-21 Abel Cheung + + * capplet-dir-view.c (about_menu_cb): Add translator credits. + 2002-05-16 Jody Goldberg * capplet-dir-view.c (capplet_dir_view_init) : pass a slightly more diff --git a/control-center/capplet-dir-view.c b/control-center/capplet-dir-view.c index fa09b5b19..d143d9b0b 100644 --- a/control-center/capplet-dir-view.c +++ b/control-center/capplet-dir-view.c @@ -328,6 +328,12 @@ about_menu_cb (BonoboUIComponent *uic, gpointer data, const char *cname) NULL }; + static gchar *documenters[] = { + NULL + }; + + gchar *translator_credits = _("translator_credits"); + if (about != NULL) { gdk_window_show (about->window); gdk_window_raise (about->window); @@ -340,7 +346,9 @@ about_menu_cb (BonoboUIComponent *uic, gpointer data, const char *cname) "Copyright (C) 1999 Red Hat Software, Inc.", _("Desktop properties manager."), (const gchar **) authors, - NULL, NULL, NULL); + (const gchar **) documenters, + strcmp (translator_credits, "translator_credits") != 0 ? translator_credits : NULL, + NULL); g_signal_connect (G_OBJECT (about), "destroy", (GCallback) gtk_widget_destroyed,