summaryrefslogtreecommitdiff
path: root/mate-dictionary
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-11-16 07:46:17 +0100
committerraveit65 <[email protected]>2020-11-18 16:56:35 +0100
commitafec076d38599ecf8005a0e645d65f532dad720e (patch)
treeb6811a7d157cb6d97b28f44bdc854919400e5c9b /mate-dictionary
parent9bb3c5992710ce93e81384e5b21fc992a3d1a20d (diff)
downloadmate-utils-afec076d38599ecf8005a0e645d65f532dad720e.tar.bz2
mate-utils-afec076d38599ecf8005a0e645d65f532dad720e.tar.xz
gdict-window: Remove warnings about missing initializer for field
Diffstat (limited to 'mate-dictionary')
-rw-r--r--mate-dictionary/src/gdict-window.c10
1 files changed, 5 insertions, 5 deletions
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"), "<control>N",