Use Save As icon for Save As action in symbol editor

This commit is contained in:
Michael Kavanagh 2021-02-06 22:08:01 +00:00 committed by Jeff Young
parent 0551c98a99
commit db66cd50d7
1 changed files with 2 additions and 1 deletions

View File

@ -135,7 +135,8 @@ TOOL_ACTION EE_ACTIONS::duplicateSymbol( "eeschema.SymbolLibraryControl.duplicat
TOOL_ACTION EE_ACTIONS::saveSymbolAs( "eeschema.SymbolLibraryControl.saveSymbolAs",
AS_GLOBAL, 0, "",
_( "Save As..." ), _( "Save the current symbol to a different library." ) );
_( "Save As..." ), _( "Save the current symbol to a different library." ),
save_as_xpm );
TOOL_ACTION EE_ACTIONS::deleteSymbol( "eeschema.SymbolLibraryControl.deleteSymbol",
AS_GLOBAL, 0, "",