@ -27,7 +27,7 @@
#include <tool/tool_manager.h>
#include <sch_base_frame.h>
TOOL_ACTION EE_ACTIONS::pickerTool( "eeschema.InteractivePicker.activate",
TOOL_ACTION EE_ACTIONS::pickerTool( "eeschema.InteractivePicker",
AS_GLOBAL, 0, "", "", "", NULL, AF_ACTIVATE );
@ -28,7 +28,7 @@
#include <view/view_controls.h>
#include <pl_editor_frame.h>
TOOL_ACTION PL_ACTIONS::pickerTool( "plEditor.InteractivePicker.activate",
TOOL_ACTION PL_ACTIONS::pickerTool( "plEditor.InteractivePicker",
@ -30,7 +30,7 @@
#include "tool_event_utils.h"
#include "selection_tool.h"
TOOL_ACTION PCB_ACTIONS::pickerTool( "pcbnew.InteractivePicker.activate",
TOOL_ACTION PCB_ACTIONS::pickerTool( "pcbnew.InteractivePicker",
AS_GLOBAL, 0, "", "", "", nullptr, AF_ACTIVATE );