Make Ignore-DRC button tooltip Legacy-specific.

Fixes: lp:1664173
* https://bugs.launchpad.net/kicad/+bug/1664173
This commit is contained in:
Jeff Young 2018-02-10 22:50:42 +00:00 committed by Wayne Stambaugh
parent 2b0f789b85
commit 6588bef1b1
1 changed files with 2 additions and 2 deletions

View File

@ -135,8 +135,8 @@ void PCB_EDIT_FRAME::OnUpdateDrcEnable( wxUpdateUIEvent& aEvent )
aEvent.Check( state );
m_optionsToolBar->SetToolShortHelp( ID_TB_OPTIONS_DRC_OFF,
Settings().m_legacyDrcOn ?
_( "Disable design rule checking while routing/editing tracks" ) :
_( "Enable design rule checking while routing/editing tracks" ) );
_( "Disable design rule checking while routing/editing tracks using Legacy Graphics.\nUse Preferences > Interactive Routing... for Modern Canvas." ) :
_( "Enable design rule checking while routing/editing tracks using Legacy Graphics.\nUse Preferences > Interactive Routing... for Modern Canvas." ) );
}
void PCB_EDIT_FRAME::OnUpdateShowBoardRatsnest( wxUpdateUIEvent& aEvent )