Update SetHint to SetDescriptiveText
This commit is contained in:
parent
ea6769b702
commit
2d696c3606
|
@ -120,7 +120,7 @@ LIB_TREE::LIB_TREE( wxWindow* aParent, LIB_TABLE* aLibTable,
|
||||||
// handler will intermittently fire.
|
// handler will intermittently fire.
|
||||||
if( m_query_ctrl )
|
if( m_query_ctrl )
|
||||||
{
|
{
|
||||||
m_query_ctrl->SetHint( _( "Filter" ) );
|
m_query_ctrl->SetDescriptiveText( _( "Filter" ) );
|
||||||
m_query_ctrl->SetFocus();
|
m_query_ctrl->SetFocus();
|
||||||
m_query_ctrl->SetValue( wxEmptyString );
|
m_query_ctrl->SetValue( wxEmptyString );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue