Remove inappropriate icon
This commit is contained in:
parent
98814db118
commit
eba09a59e9
|
@ -1033,8 +1033,7 @@ TOOL_ACTION PCB_ACTIONS::layerChanged( "pcbnew.Control.layerChanged",
|
||||||
//Show board statistics tool
|
//Show board statistics tool
|
||||||
TOOL_ACTION PCB_ACTIONS::boardStatistics( "pcbnew.InspectionTool.ShowStatisticsDialog",
|
TOOL_ACTION PCB_ACTIONS::boardStatistics( "pcbnew.InspectionTool.ShowStatisticsDialog",
|
||||||
AS_GLOBAL, 0, "",
|
AS_GLOBAL, 0, "",
|
||||||
_( "Show Board Statistics" ), _( "Shows board statistics" ),
|
_( "Show Board Statistics" ), _( "Shows board statistics" ) );
|
||||||
icon_pcbnew_24_xpm );
|
|
||||||
|
|
||||||
TOOL_ACTION PCB_ACTIONS::inspectClearance( "pcbnew.InspectionTool.InspectClearance",
|
TOOL_ACTION PCB_ACTIONS::inspectClearance( "pcbnew.InspectionTool.InspectClearance",
|
||||||
AS_GLOBAL, 0, "",
|
AS_GLOBAL, 0, "",
|
||||||
|
|
Loading…
Reference in New Issue