Fix a few more actions missing from the hotkey list.

Fixes: lp:1828673
* https://bugs.launchpad.net/kicad/+bug/1828673
This commit is contained in:
Jeff Young 2019-07-06 21:09:47 +01:00
parent 174c276883
commit c600b758b3
1 changed files with 2 additions and 2 deletions

View File

@ -82,12 +82,12 @@ TOOL_ACTION GERBVIEW_ACTIONS::highlightAttribute( "gerbview.Control.highlightAtt
TOOL_ACTION GERBVIEW_ACTIONS::layerNext( "gerbview.Control.layerNext",
AS_GLOBAL,
'+', LEGACY_HK_NAME( "Switch to Next Layer" ),
"", "" );
_( "Next Layer" ), "" );
TOOL_ACTION GERBVIEW_ACTIONS::layerPrev( "gerbview.Control.layerPrev",
AS_GLOBAL,
'-', LEGACY_HK_NAME( "Switch to Previous Layer" ),
"", "" );
_( "Previous Layer" ), "" );
TOOL_ACTION GERBVIEW_ACTIONS::linesDisplayOutlines( "gerbview.Control.linesDisplayOutlines",
AS_GLOBAL,