X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fsearch%2FfrmSearch.cpp;h=3ef2a0d2ba44506b512591e067d445593f8eecc0;hp=9e4d8aa6a0622cf705b0f5a9faac4f3172c5bbcc;hb=6e4396404da8037baa863893cee45be3d9978b1a;hpb=0feeef30faf7dbe7ea9ff2be378c0e464cd818f8 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;