From 18a2c136f4de822e1758e62e1ba71296e770a246 Mon Sep 17 00:00:00 2001 From: Andre Miranda Date: Sun, 25 Aug 2019 15:10:40 -0300 Subject: Do not show translation info on --help output --- xfce4-session-logout/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfce4-session-logout') diff --git a/xfce4-session-logout/main.c b/xfce4-session-logout/main.c index d62f3fcd..193263de 100644 --- a/xfce4-session-logout/main.c +++ b/xfce4-session-logout/main.c @@ -137,7 +137,7 @@ main (int argc, char **argv) xfce_textdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR, "UTF-8"); - have_display = gtk_init_with_args (&argc, &argv, "", option_entries, PACKAGE, NULL); + have_display = gtk_init_with_args (&argc, &argv, NULL, option_entries, PACKAGE, NULL); if (opt_version) { -- cgit v1.2.1