From a4c7f567b93363faad0e797bc42e9dba19bf28f2 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 5 Sep 2021 07:01:42 +0300 Subject: [PATCH 14/14] gtk4 fcmp: Don't claim there to be standard gtk command-line options See osdn #42415 Signed-off-by: Marko Lindqvist --- tools/fcmp/mpgui_gtk4.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/fcmp/mpgui_gtk4.c b/tools/fcmp/mpgui_gtk4.c index c53ca9f147..36c3d31416 100644 --- a/tools/fcmp/mpgui_gtk4.c +++ b/tools/fcmp/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