X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fsearch%2FfrmSearch.cpp;h=3ef2a0d2ba44506b512591e067d445593f8eecc0;hb=6e4396404da8037baa863893cee45be3d9978b1a;hp=9e4d8aa6a0622cf705b0f5a9faac4f3172c5bbcc;hpb=9802970e8be1fe9511ad9a9d0eb9ffe8d2cfea41;p=xestiaab%2F.git diff --git a/source/search/frmSearch.cpp b/source/search/frmSearch.cpp index 9e4d8aa..3ef2a0d 100644 --- a/source/search/frmSearch.cpp +++ b/source/search/frmSearch.cpp @@ -232,6 +232,15 @@ void frmSearch::ResetContacts( wxCommandEvent& event ) } + // Clear the status bar. + + wxCommandEvent statusResetEvent (SE_SBUPDATE); + + wxString *statusReset = new wxString(wxT("")); + + statusResetEvent.SetClientData(statusReset); + wxPostEvent(this, statusResetEvent); + // Add a search settings with the default things. ScrollGen = 0;