Add "move exact" and "duplicate" tools to pcbnew

This commit is contained in:
John Beard
2015-02-12 03:22:24 +00:00
parent 74e83e924a
commit 4f3672da4d
53 changed files with 3165 additions and 148 deletions
+1
View File
@@ -64,6 +64,7 @@ void BLOCK_SELECTOR::SetMessageBlock( EDA_DRAW_FRAME* frame )
case BLOCK_MOVE: // Move
case BLOCK_PRESELECT_MOVE: // Move with preselection list
case BLOCK_MOVE_EXACT:
msg = _( "Block Move" );
break;