~vcs-imports/xfce4-settings/trunk

« back to all changes in this revision

Viewing changes to dialogs/mime-settings/main.c

  • Committer: Andre Miranda
  • Date: 2019-08-25 18:08:10 UTC
  • Revision ID: git-v1:ab6480fd8cf890b3b1273baed6093e9c93f0ad52
Do not show translation info on --help output

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
    xfce_textdomain (GETTEXT_PACKAGE, LOCALEDIR, "UTF-8");
70
70
 
71
71
    /* initialize Gtk+ */
72
 
    if(!gtk_init_with_args (&argc, &argv, "", entries, PACKAGE, &error))
 
72
    if(!gtk_init_with_args (&argc, &argv, NULL, entries, PACKAGE, &error))
73
73
    {
74
74
        if (G_LIKELY (error))
75
75
        {