Correct tooltip for Footprint Filter icon on Cvpcb toolbar.
Fixes: lp:1842477 * https://bugs.launchpad.net/kicad/+bug/1842477
This commit is contained in:
parent
19064b680e
commit
9856867954
|
@ -79,7 +79,7 @@ void CVPCB_MAINFRAME::ReCreateHToolbar()
|
||||||
KiScaledBitmap( module_filtered_list_xpm, this ),
|
KiScaledBitmap( module_filtered_list_xpm, this ),
|
||||||
wxNullBitmap,
|
wxNullBitmap,
|
||||||
true, NULL,
|
true, NULL,
|
||||||
_( "Filter footprint list by schematic symbol keywords" ),
|
_( "Use schematic symbol footprint filters" ),
|
||||||
wxEmptyString );
|
wxEmptyString );
|
||||||
|
|
||||||
m_mainToolBar->AddTool( ID_CVPCB_FOOTPRINT_DISPLAY_PIN_FILTERED_LIST,
|
m_mainToolBar->AddTool( ID_CVPCB_FOOTPRINT_DISPLAY_PIN_FILTERED_LIST,
|
||||||
|
|
Loading…
Reference in New Issue