mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
parent
e5225abb62
commit
e793e30360
@ -606,7 +606,7 @@ TOOL_ACTION PCB_ACTIONS::filletTracks( TOOL_ACTION_ARGS()
|
||||
TOOL_ACTION PCB_ACTIONS::filletLines( TOOL_ACTION_ARGS()
|
||||
.Name( "pcbnew.InteractiveEdit.filletLines" )
|
||||
.Scope( AS_GLOBAL )
|
||||
.MenuText( _( "Fillet Lines" ) )
|
||||
.MenuText( _( "Fillet Lines..." ) )
|
||||
.Tooltip( _( "Adds arcs tangent to the selected lines" ) )
|
||||
.Icon( BITMAPS::fillet ) );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user