Remove references to deprecated GTK_STOCK_* (#298)

This commit is contained in:
Stephen Collins
2019-05-13 01:32:34 -06:00
committed by JosephMcc
parent 1820d0db69
commit 116bfc2ac1
2 changed files with 3 additions and 3 deletions

View File

@@ -159,7 +159,7 @@ static const GtkToggleActionEntry xed_always_sensitive_toggle_menu_entries[] =
{ "ViewStatusbar", NULL, N_("_Statusbar"), NULL,
N_("Show or hide the statusbar in the current window"),
G_CALLBACK (_xed_cmd_view_show_statusbar), TRUE },
{ "ViewFullscreen", GTK_STOCK_FULLSCREEN, NULL, "F11",
{ "ViewFullscreen", "view-fullscreen", N_("Fullscreen"), "F11",
N_("Edit text in fullscreen"),
G_CALLBACK (_xed_cmd_view_toggle_fullscreen_mode), FALSE },
{ "ViewWordWrap", NULL, N_("_Word wrap"), NULL,