X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/71ada1a5fbecf774be6cb7ab7421a8f784d6c84c..8032564e8148d046a4989c3786e08c315a0a8573:/utils/configtool/src/configtoolview.h?ds=sidebyside diff --git a/utils/configtool/src/configtoolview.h b/utils/configtool/src/configtoolview.h index 287f153523..ead6ab767c 100644 --- a/utils/configtool/src/configtoolview.h +++ b/utils/configtool/src/configtoolview.h @@ -41,7 +41,7 @@ public: bool OnCreate(wxDocument *doc, long flags); void OnDraw(wxDC *dc); void OnUpdate(wxView *sender, wxObject *hint = (wxObject *) NULL); - bool OnClose(bool deleteWindow = TRUE); + bool OnClose(bool deleteWindow = true); void OnChangeFilename(); //// Operations @@ -252,9 +252,9 @@ public: void OnFind(wxFindDialogEvent& event); void OnClose(wxFindDialogEvent& event); - // If wrap is TRUE, go back to the beginning if at the end of the + // If wrap is true, go back to the beginning if at the end of the // document. - bool DoFind(const wxString& textToFind, bool matchCase, bool wholeWord, bool wrap = TRUE); + bool DoFind(const wxString& textToFind, bool matchCase, bool wholeWord, bool wrap = true); ctConfigItem* FindNextItem(ctConfigToolDoc* doc, ctConfigItem* item,