fp editor: very minor fix: fix incorrect icon in toolbar

This commit is contained in:
jean-pierre charras 2019-01-19 07:54:02 +01:00
parent 4a68ae4bae
commit 3667b11682
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ void FOOTPRINT_EDIT_FRAME::ReCreateHToolbar()
#endif
m_mainToolBar->AddTool( ID_MODEDIT_SAVE, wxEmptyString,
KiScaledBitmap( IsCurrentFPFromBoard() ? open_brd_file_xpm : save_xpm,
KiScaledBitmap( IsCurrentFPFromBoard() ? save_fp_to_board_xpm : save_xpm,
this ),
IsCurrentFPFromBoard() ?
_( "Save changes to board" ) : _( "Save changes to library" ) );