Commit 572c4487 authored by f3nix's avatar f3nix

Use import icons for import.

parent a9ff3f96
......@@ -123,7 +123,7 @@ void WinEDA_PcbFrame::ReCreateMenuBar()
item = new wxMenuItem(submenuImport, ID_GEN_IMPORT_SPECCTRA_SESSION,
_("&Specctra Session"), _("Import a routed \"Specctra Session\" (*.ses) file") );
item->SetBitmap(export_xpm); // @todo need better bitmap
item->SetBitmap(import_xpm); // @todo need better bitmap
submenuImport->Append(item);
/* would be implemented in WinEDA_PcbFrame::ImportSpecctraDesign() in specctra_import.cpp
......@@ -134,7 +134,7 @@ void WinEDA_PcbFrame::ReCreateMenuBar()
*/
ADD_MENUITEM_WITH_HELP_AND_SUBMENU(m_FilesMenu, submenuImport,
ID_GEN_IMPORT_FILE, _("Import"), _("Import files"), export_xpm);
ID_GEN_IMPORT_FILE, _("Import"), _("Import files"), import_xpm);
//-----</Add import menu>----------------------------------------------
// Add archive footprints menu
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment