X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=blobdiff_plain;f=src%2Fui%2Fgui%2Fabout.c;h=f520762fc1f090647b2af3d446aeae3808a6e575;hp=d9bc2803321e0ad2efe5411dd728b840047b5b34;hb=e4fd107f74a7abf60cc7e0af45bed254e915f27d;hpb=5cc5058cfb4e7f3c22e7c53c7f538e73cc642c64 diff --git a/src/ui/gui/about.c b/src/ui/gui/about.c index d9bc2803..f520762f 100644 --- a/src/ui/gui/about.c +++ b/src/ui/gui/about.c @@ -66,11 +66,13 @@ about_new (GtkMenuItem *m, GtkWindow *parent) gtk_about_dialog_set_copyright (GTK_ABOUT_DIALOG (about), "Free Software Foundation"); - - /* TRANSLATORS: Use this string to list the people who have helped with - translation to your language. */ - gtk_about_dialog_set_translator_credits (GTK_ABOUT_DIALOG (about), - _("translator-credits")); + gtk_about_dialog_set_translator_credits + ( + GTK_ABOUT_DIALOG (about), + /* TRANSLATORS: Use this string to list the people who have helped with + translation to your language. */ + _("translator-credits") + ); gtk_window_set_transient_for (GTK_WINDOW (about), parent);