Use library icon for footprint browsing for more visual distinction.

This commit is contained in:
Jeff Young 2020-12-21 14:00:24 +00:00
parent 23cd1bb81e
commit 0ba43ca231
1 changed files with 1 additions and 1 deletions

View File

@ -570,7 +570,7 @@ TOOL_ACTION ACTIONS::showSymbolEditor( "common.Control.showSymbolEditor",
TOOL_ACTION ACTIONS::showFootprintBrowser( "common.Control.showFootprintBrowser", TOOL_ACTION ACTIONS::showFootprintBrowser( "common.Control.showFootprintBrowser",
AS_GLOBAL, 0, "", AS_GLOBAL, 0, "",
_( "Footprint Library Browser" ), _( "Browse footprint libraries" ), _( "Footprint Library Browser" ), _( "Browse footprint libraries" ),
footprint_browser_xpm, AF_NONE, (void*) FRAME_FOOTPRINT_VIEWER ); library_browser_xpm, AF_NONE, (void*) FRAME_FOOTPRINT_VIEWER );
TOOL_ACTION ACTIONS::showFootprintEditor( "common.Control.showFootprintEditor", TOOL_ACTION ACTIONS::showFootprintEditor( "common.Control.showFootprintEditor",
AS_GLOBAL, 0, "", AS_GLOBAL, 0, "",