Pcbnew: More explicit tool tip in right vertical toolbar (place auxiliary axis origin tool).
This commit is contained in:
parent
9865fcd929
commit
268aeeb18f
|
@ -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…
Reference in New Issue