Fp editor: Add a tool tip in the vertical toolbar

This commit is contained in:
jean-pierre charras 2020-12-06 11:58:36 +01:00
parent f09ca9ceee
commit 16c92f4134
1 changed files with 2 additions and 1 deletions

View File

@ -181,7 +181,8 @@ TOOL_ACTION PCB_ACTIONS::placeImportedGraphics( "pcbnew.InteractiveDrawing.place
TOOL_ACTION PCB_ACTIONS::setAnchor( "pcbnew.InteractiveDrawing.setAnchor",
AS_GLOBAL,
MD_SHIFT + MD_CTRL + 'N', LEGACY_HK_NAME( "Place the Footprint Anchor" ),
_( "Place the Footprint Anchor" ), "",
_( "Place the Footprint Anchor" ),
_( "Set the coordinate origin point (anchor) of the footprint" ),
anchor_xpm, AF_ACTIVATE );
TOOL_ACTION PCB_ACTIONS::incWidth( "pcbnew.InteractiveDrawing.incWidth",