+ else // no translators explicitely specified
+ {
+ // maybe we have translator credits in the message catalog?
+ transCredits = _("translator-credits");
+ }
+
+ gtk_about_dialog_set_translator_credits(dlg, GtkStr(transCredits));
+
+ g_signal_connect(dlg, "response",
+ G_CALLBACK(wxGtkAboutDialogOnClose), NULL);