X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/88a8b04e9c387b5e5295d42f2ed23afcf37e3c2e..ba705a4eec8cafed63de6431266fc1938aee4bbf:/samples/stc/edit.h diff --git a/samples/stc/edit.h b/samples/stc/edit.h index 0a4cbf4aba..54034003ae 100644 --- a/samples/stc/edit.h +++ b/samples/stc/edit.h @@ -20,9 +20,9 @@ // headers //---------------------------------------------------------------------------- -//! wxWindows headers +//! wxWidgets headers -//! wxWindows/contrib headers +//! wxWidgets/contrib headers #include // styled text control //! application headers @@ -45,7 +45,7 @@ class Edit: public wxStyledTextCtrl { public: //! constructor - Edit (wxWindow *parent, wxWindowID id = -1, + Edit (wxWindow *parent, wxWindowID id = wxID_ANY, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxSUNKEN_BORDER|wxVSCROLL