Browse Source

Pcbnew: More explicit tool tip in right vertical toolbar (place auxiliary axis origin tool).

pull/17/head
jean-pierre charras 8 years ago
parent
commit
268aeeb18f
  1. 3
      pcbnew/tool_pcb_editor.cpp

3
pcbnew/tool_pcb_editor.cpp

@ -509,7 +509,8 @@ void PCB_EDIT_FRAME::ReCreateVToolbar()
KiScaledSeparator( m_drawToolBar, this );
m_drawToolBar->AddTool( ID_PCB_PLACE_OFFSET_COORD_BUTT, wxEmptyString,
KiScaledBitmap( pcb_offset_xpm, this ),
_( "Place the origin point for drill and place files" ),
_( "Place the auxiliary axis origin for some plot file formats,\n"
"and for drill and place files" ),
wxITEM_CHECK );
m_drawToolBar->AddTool( ID_PCB_PLACE_GRID_COORD_BUTT, wxEmptyString,

Loading…
Cancel
Save