summaryrefslogtreecommitdiff
path: root/settings
diff options
context:
space:
mode:
authorAndre Miranda <andreldm@xfce.org>2019-08-25 15:10:40 -0300
committerAndre Miranda <andreldm@xfce.org>2019-08-25 15:10:40 -0300
commit18a2c136f4de822e1758e62e1ba71296e770a246 (patch)
tree01fd9f623e371361105536889b9a04715e8a4e56 /settings
parent5e1fe26c2afe7bc42223b2b8f9d509cb0e886e9e (diff)
downloadxfce4-session-18a2c136f4de822e1758e62e1ba71296e770a246.tar.gz
Do not show translation info on --help output
Diffstat (limited to 'settings')
-rw-r--r--settings/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/main.c b/settings/main.c
index 7a0459a7..4dd6290c 100644
--- a/settings/main.c
+++ b/settings/main.c
@@ -103,7 +103,7 @@ main(int argc,
xfce_textdomain(GETTEXT_PACKAGE, LOCALEDIR, "UTF-8");
- if(!gtk_init_with_args (&argc, &argv, "", option_entries,
+ if(!gtk_init_with_args (&argc, &argv, NULL, option_entries,
GETTEXT_PACKAGE, &error))
{
if(G_LIKELY(error)) {