Use icon for keyboard shortcuts help entry (#255)
This commit is contained in:
parent
494a2e7ce3
commit
3523968707
|
@ -67,7 +67,7 @@ static const GtkActionEntry xed_always_sensitive_menu_entries[] =
|
||||||
N_("Open the xed manual"), G_CALLBACK (_xed_cmd_help_contents) },
|
N_("Open the xed manual"), G_CALLBACK (_xed_cmd_help_contents) },
|
||||||
{ "HelpAbout", "help-about-symbolic", N_("_About"), NULL,
|
{ "HelpAbout", "help-about-symbolic", N_("_About"), NULL,
|
||||||
N_("About this application"), G_CALLBACK (_xed_cmd_help_about) },
|
N_("About this application"), G_CALLBACK (_xed_cmd_help_about) },
|
||||||
{ "HelpShortcuts", NULL, N_("_Keyboard Shortcuts"), NULL,
|
{ "HelpShortcuts", "preferences-desktop-keyboard-shortcuts-symbolic", N_("_Keyboard Shortcuts"), NULL,
|
||||||
N_("Show the keyboard shortcuts dialog"), G_CALLBACK (_xed_cmd_help_keyboard_shortcuts) },
|
N_("Show the keyboard shortcuts dialog"), G_CALLBACK (_xed_cmd_help_keyboard_shortcuts) },
|
||||||
|
|
||||||
/* Fullscreen toolbar */
|
/* Fullscreen toolbar */
|
||||||
|
|
Loading…
Reference in New Issue