diff options
Diffstat (limited to 'shell/menu.c')
-rw-r--r-- | shell/menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/menu.c b/shell/menu.c index 3a5c9940..ddb27e20 100644 --- a/shell/menu.c +++ b/shell/menu.c @@ -42,7 +42,7 @@ static GtkActionEntry entries[] = { {"InformationMenuAction", NULL, N_("_Information")}, /* name, stock id, label */ {"ViewMenuAction", NULL, N_("_View")}, -#if GTK_CHECK_VERSION(3, 0, 0) +#if GTK_CHECK_VERSION(3, 20, 0) {"ThemeMenuAction", NULL, N_("_Theme")}, #endif {"HelpMenuAction", NULL, N_("_Help")}, |