Fix copy/paste error.

This commit is contained in:
Jeff Young 2019-07-09 16:53:24 +01:00
parent 8bb3fae5ae
commit b0b9c5ab63
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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();