Icons: fix incorrect icon in footprint browser

This commit is contained in:
Michael Kavanagh 2021-01-03 19:18:06 +00:00 committed by Seth Hillbrand
parent 4726ae72a4
commit 76cfd19621
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ void FOOTPRINT_VIEWER_FRAME::ReCreateHToolbar()
m_mainToolBar->AddScaledSeparator( this );
m_mainToolBar->Add( ACTIONS::show3DViewer );
m_mainToolBar->AddTool( ID_ADD_FOOTPRINT_TO_BOARD, wxEmptyString,
KiScaledBitmap( export_xpm, this ),
KiScaledBitmap( insert_module_board_xpm, this ),
_( "Insert footprint in board" ) );
m_mainToolBar->AddScaledSeparator( this );