From db66cd50d74ec078c4d697251bcbee0bb4afbd16 Mon Sep 17 00:00:00 2001 From: Michael Kavanagh Date: Sat, 6 Feb 2021 22:08:01 +0000 Subject: [PATCH] Use Save As icon for Save As action in symbol editor --- eeschema/tools/ee_actions.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eeschema/tools/ee_actions.cpp b/eeschema/tools/ee_actions.cpp index e77e7f3d26..bf041b7ef4 100644 --- a/eeschema/tools/ee_actions.cpp +++ b/eeschema/tools/ee_actions.cpp @@ -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, "",