Remove incorrect bitmap from action

This commit is contained in:
Ian McInerney 2023-08-08 00:17:58 +01:00
parent c7d2f3f380
commit c41d78f2d3
1 changed files with 1 additions and 2 deletions

View File

@ -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" )