From afec076d38599ecf8005a0e645d65f532dad720e Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 16 Nov 2020 07:46:17 +0100 Subject: gdict-window: Remove warnings about missing initializer for field --- mate-dictionary/src/gdict-window.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mate-dictionary') diff --git a/mate-dictionary/src/gdict-window.c b/mate-dictionary/src/gdict-window.c index 4e91a1f0..5eb92c20 100644 --- a/mate-dictionary/src/gdict-window.c +++ b/mate-dictionary/src/gdict-window.c @@ -1258,11 +1258,11 @@ gdict_window_cmd_escape (GtkAction *action, static const GtkActionEntry entries[] = { - { "File", NULL, N_("_File") }, - { "Edit", NULL, N_("_Edit") }, - { "View", NULL, N_("_View") }, - { "Go", NULL, N_("_Go") }, - { "Help", NULL, N_("_Help") }, + { "File", NULL, N_("_File"), NULL, NULL, NULL }, + { "Edit", NULL, N_("_Edit"), NULL, NULL, NULL }, + { "View", NULL, N_("_View"), NULL, NULL, NULL }, + { "Go", NULL, N_("_Go"), NULL, NULL, NULL }, + { "Help", NULL, N_("_Help"), NULL, NULL, NULL }, /* File menu */ { "FileNew", "document-new", N_("_New"), "N", -- cgit v1.2.1