X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e725ba4fc2984f86fc64c405ecb50883e2178e6e..920b92a3fd568f012a8f7814d56640cb729ba993:/interface/wx/srchctrl.h diff --git a/interface/wx/srchctrl.h b/interface/wx/srchctrl.h index cc5f820b82..eec053b845 100644 --- a/interface/wx/srchctrl.h +++ b/interface/wx/srchctrl.h @@ -52,6 +52,7 @@ @library{wxcore} @category{ctrl} + @appearance{searchctrl.png} @see wxTextCtrl::Create, wxValidator */ @@ -86,7 +87,7 @@ public: @see wxTextCtrl::Create, wxValidator */ wxSearchCtrl(wxWindow* parent, wxWindowID id, - const wxString& value = "", + const wxString& value = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0,