Standardize hotkeys table
This commit is contained in:
parent
5aa4129a88
commit
8ff91cc0da
|
@ -655,7 +655,7 @@ void prepareHelpMenu( wxMenu* aParentMenu )
|
||||||
AddMenuItem( aParentMenu,
|
AddMenuItem( aParentMenu,
|
||||||
ID_PREFERENCES_HOTKEY_SHOW_CURRENT_LIST,
|
ID_PREFERENCES_HOTKEY_SHOW_CURRENT_LIST,
|
||||||
text,
|
text,
|
||||||
_( "Displays current hotkeys list and corresponding commands" ),
|
_( "Displays current hotkeys table and corresponding commands" ),
|
||||||
KiBitmap( hotkeys_xpm ) );
|
KiBitmap( hotkeys_xpm ) );
|
||||||
|
|
||||||
aParentMenu->AppendSeparator();
|
aParentMenu->AppendSeparator();
|
||||||
|
|
Loading…
Reference in New Issue