From ccbcdbef32b9711003b2a251d762532dc2fcb971 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 5 Sep 2021 06:59:49 +0300 Subject: [PATCH 12/12] gtk4 fcmp: Don't claim there to be standard gtk command-line options See osdn #42415 Signed-off-by: Marko Lindqvist --- tools/mpgui_gtk4.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/mpgui_gtk4.c b/tools/mpgui_gtk4.c index 3c3a93a8a1..e7a5651e2d 100644 --- a/tools/mpgui_gtk4.c +++ b/tools/mpgui_gtk4.c @@ -618,10 +618,6 @@ int main(int argc, char *argv[]) for (i = 1; i <= ui_options; i++) { if (is_option("--help", argv[i])) { - fc_fprintf(stderr, - _("This modpack installer accepts the standard Gtk command-line options\n" - "after '--'. See the Gtk documentation.\n\n")); - /* TRANS: No full stop after the URL, could cause confusion. */ fc_fprintf(stderr, _("Report bugs at %s\n"), BUG_URL); -- 2.33.0