mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 14:20:16 +01:00
core: fix translations - use NULL instead of "" (else odd translation appears)
This commit is contained in:
parent
3b00919b7a
commit
87a2030a43
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ main (int argc, char *argv[])
|
|||
textdomain (GETTEXT_PACKAGE);
|
||||
|
||||
/* Parse options */
|
||||
opt_ctx = g_option_context_new ("");
|
||||
opt_ctx = g_option_context_new (NULL);
|
||||
g_option_context_set_translation_domain (opt_ctx, GETTEXT_PACKAGE);
|
||||
g_option_context_set_ignore_unknown_options (opt_ctx, FALSE);
|
||||
g_option_context_set_help_enabled (opt_ctx, TRUE);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue