malcontent-control: Fix an unterminated option entry array
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
33b0692896
commit
6115ebf119
|
@ -102,6 +102,7 @@ mct_application_constructed (GObject *object)
|
||||||
N_("User to select in the UI"),
|
N_("User to select in the UI"),
|
||||||
/* Translators: This is a placeholder for a command line argument value: */
|
/* Translators: This is a placeholder for a command line argument value: */
|
||||||
N_("USERNAME") },
|
N_("USERNAME") },
|
||||||
|
{ NULL, },
|
||||||
};
|
};
|
||||||
|
|
||||||
g_application_set_application_id (application, "org.freedesktop.MalcontentControl");
|
g_application_set_application_id (application, "org.freedesktop.MalcontentControl");
|
||||||
|
|
Loading…
Reference in New Issue