Icons: fix simulator menubar

This commit is contained in:
Michael Kavanagh 2021-01-03 17:40:07 +00:00 committed by Seth Hillbrand
parent a7286ccc34
commit 39abf8964f
1 changed files with 2 additions and 2 deletions

View File

@ -300,8 +300,8 @@ void SIM_PLOT_FRAME::setIconsForMenuItems()
{
// File menu:
{ wxID_NEW, simulator_xpm },
{ wxID_OPEN,directory_browser_xpm },
{ wxID_SAVE, directory_xpm},
{ wxID_OPEN, directory_open_xpm },
{ wxID_SAVE, save_xpm},
{ ID_SAVE_AS_IMAGE, export_xpm},
{ ID_SAVE_AS_CSV, export_xpm},
{ wxID_CLOSE, exit_xpm},