X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fabout.c;h=85185b3931f47633c7d943b3731d5db30df95f49;hb=48d85ad2926b978fe73bd754a5baf626881e1915;hp=d9bc2803321e0ad2efe5411dd728b840047b5b34;hpb=b40baf410822471fbdeeec553693619d60d7c7b6;p=pspp-builds.git diff --git a/src/ui/gui/about.c b/src/ui/gui/about.c index d9bc2803..85185b39 100644 --- a/src/ui/gui/about.c +++ b/src/ui/gui/about.c @@ -66,18 +66,18 @@ 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); gtk_window_set_modal (GTK_WINDOW (about), TRUE); - gtk_window_set_keep_above (GTK_WINDOW (about), TRUE); - gtk_dialog_run (GTK_DIALOG (about)); gtk_widget_hide (about);