X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fhelp-menu.c;h=823525e1ed07d4ff47eb640ca6386fe86f2f7ebd;hb=96994a54e60e9c95b8bba54c2281acf7059b1203;hp=30bbc7522bf73716f197d510bfda7e66fd1612ae;hpb=369c24f1d085a41ec274ebae5fc198fcee567653;p=pspp diff --git a/src/ui/gui/help-menu.c b/src/ui/gui/help-menu.c index 30bbc7522b..823525e1ed 100644 --- a/src/ui/gui/help-menu.c +++ b/src/ui/gui/help-menu.c @@ -78,7 +78,7 @@ about_new (GtkMenuItem *mmm, GtkWindow *parent) /* TRANSLATORS: Do not translate this string. Instead, put the names of the people who have helped in the translation. */ _("translator-credits") - ); +); gtk_window_set_transient_for (GTK_WINDOW (about), parent); @@ -198,7 +198,7 @@ online_help (const char *page) NULL, G_SPAWN_SEARCH_PATH, NULL, NULL, NULL, &htmlerr)) #endif - ) +) { msg (ME, _("Cannot open reference manual via yelp: %s. " "Cannot open via html: %s "