From 2d696c36065abb91fe1930547db4896dee106fbb Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Mon, 5 Jul 2021 11:31:50 -0400 Subject: [PATCH] Update SetHint to SetDescriptiveText --- common/widgets/lib_tree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/widgets/lib_tree.cpp b/common/widgets/lib_tree.cpp index 8335ceb351..ea5f7f338e 100644 --- a/common/widgets/lib_tree.cpp +++ b/common/widgets/lib_tree.cpp @@ -120,7 +120,7 @@ LIB_TREE::LIB_TREE( wxWindow* aParent, LIB_TABLE* aLibTable, // handler will intermittently fire. if( m_query_ctrl ) { - m_query_ctrl->SetHint( _( "Filter" ) ); + m_query_ctrl->SetDescriptiveText( _( "Filter" ) ); m_query_ctrl->SetFocus(); m_query_ctrl->SetValue( wxEmptyString );