Remove incorrect bitmap from action
This commit is contained in:
parent
c7d2f3f380
commit
c41d78f2d3
|
@ -1151,8 +1151,7 @@ TOOL_ACTION EE_ACTIONS::lineModeNext( TOOL_ACTION_ARGS()
|
|||
.Scope( AS_GLOBAL )
|
||||
.DefaultHotkey( MD_SHIFT + WXK_SPACE )
|
||||
.MenuText( _( "Line Mode for Wires and Buses" ) )
|
||||
.Tooltip( _( "Switch to next line mode" ) )
|
||||
.Icon( BITMAPS::unknown ) );
|
||||
.Tooltip( _( "Switch to next line mode" ) ) );
|
||||
|
||||
TOOL_ACTION EE_ACTIONS::toggleAnnotateAuto( TOOL_ACTION_ARGS()
|
||||
.Name( "eeschema.EditorControl.annotateAutomatically" )
|
||||
|
|
Loading…
Reference in New Issue