diff --git a/common/widgets/net_selector.cpp b/common/widgets/net_selector.cpp index 68088548af..b0bb792e4e 100644 --- a/common/widgets/net_selector.cpp +++ b/common/widgets/net_selector.cpp @@ -379,7 +379,7 @@ protected: if( !aEvent.ShiftDown() ) text.MakeLower(); - m_filterCtrl->WriteText( text ); + m_filterCtrl->AppendText( text ); } } }