Fix copy/paste error.
This commit is contained in:
parent
8bb3fae5ae
commit
b0b9c5ab63
|
@ -1296,7 +1296,7 @@ bool EDIT_TOOL::pickCopyReferencePoint( VECTOR2I& aP )
|
|||
bool picking = true;
|
||||
bool retVal = true;
|
||||
|
||||
frame()->PushTool( _( "Select reference point for the copy..." ) );
|
||||
frame()->PushTool( "pcbnew.InteractiveEdit.selectReferencePoint" );
|
||||
statusPopup.SetText( _( "Select reference point for the copy..." ) );
|
||||
|
||||
picker->Activate();
|
||||
|
|
|
@ -128,7 +128,7 @@ int POSITION_RELATIVE_TOOL::SelectPositionRelativeItem( const TOOL_EVENT& aEvent
|
|||
STATUS_TEXT_POPUP statusPopup( frame() );
|
||||
bool picking = true;
|
||||
|
||||
frame()->PushTool( _( "Select reference item..." ) );
|
||||
frame()->PushTool( "pcbnew.PositionRelative.selectReferenceItem" );
|
||||
statusPopup.SetText( _( "Select reference item..." ) );
|
||||
picker->Activate();
|
||||
|
||||
|
|
Loading…
Reference in New Issue