From d933a0a8631e02c25be9b39bb4c5e87ec569d8a4 Mon Sep 17 00:00:00 2001 From: Michael Kavanagh Date: Thu, 21 Jan 2021 20:31:49 +0000 Subject: [PATCH] Use the pencil for Properties in Pcbnew --- pcbnew/tools/pcb_actions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/tools/pcb_actions.cpp b/pcbnew/tools/pcb_actions.cpp index 379af8616a..9bb768a03b 100644 --- a/pcbnew/tools/pcb_actions.cpp +++ b/pcbnew/tools/pcb_actions.cpp @@ -312,7 +312,7 @@ TOOL_ACTION PCB_ACTIONS::properties( "pcbnew.InteractiveEdit.properties", AS_GLOBAL, 'E', LEGACY_HK_NAME( "Edit Item" ), _( "Properties..." ), _( "Displays item properties dialog" ), - config_xpm ); + edit_xpm ); // FOOTPRINT_EDITOR_CONTROL