Browse Source

Translate Selection tool "Select..." entry.

pull/3/head
Eldar Khayrullin 11 years ago
committed by Maciej Suminski
parent
commit
5d55fa018e
  1. 2
      pcbnew/tools/selection_tool.cpp

2
pcbnew/tools/selection_tool.cpp

@ -73,7 +73,7 @@ SELECTION_TOOL::SELECTION_TOOL() :
m_selArea = new SELECTION_AREA; m_selArea = new SELECTION_AREA;
m_selection.group = new KIGFX::VIEW_GROUP; m_selection.group = new KIGFX::VIEW_GROUP;
AddSubMenu( new SELECT_MENU, "Select...",
AddSubMenu( new SELECT_MENU, _( "Select..." ),
(SELECTION_CONDITION) SELECTION_CONDITIONS::OnlyConnectedItems && (SELECTION_CONDITION) SELECTION_CONDITIONS::OnlyConnectedItems &&
SELECTION_CONDITIONS::Count( 1 ) ); SELECTION_CONDITIONS::Count( 1 ) );
} }

Loading…
Cancel
Save