From eba09a59e954d80ca9b0a55650239a8e9bc84daf Mon Sep 17 00:00:00 2001 From: Michael Kavanagh Date: Thu, 21 Jan 2021 18:12:00 +0000 Subject: [PATCH] Remove inappropriate icon --- pcbnew/tools/pcb_actions.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pcbnew/tools/pcb_actions.cpp b/pcbnew/tools/pcb_actions.cpp index eddefa3c98..379af8616a 100644 --- a/pcbnew/tools/pcb_actions.cpp +++ b/pcbnew/tools/pcb_actions.cpp @@ -1033,8 +1033,7 @@ TOOL_ACTION PCB_ACTIONS::layerChanged( "pcbnew.Control.layerChanged", //Show board statistics tool TOOL_ACTION PCB_ACTIONS::boardStatistics( "pcbnew.InspectionTool.ShowStatisticsDialog", AS_GLOBAL, 0, "", - _( "Show Board Statistics" ), _( "Shows board statistics" ), - icon_pcbnew_24_xpm ); + _( "Show Board Statistics" ), _( "Shows board statistics" ) ); TOOL_ACTION PCB_ACTIONS::inspectClearance( "pcbnew.InspectionTool.InspectClearance", AS_GLOBAL, 0, "",