X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..f5a1953b341d16396763bee067ccdd96108f3aad:/include/wx/msw/fdrepdlg.h diff --git a/include/wx/msw/fdrepdlg.h b/include/wx/msw/fdrepdlg.h index f60a0edacf..bfe47d1834 100644 --- a/include/wx/msw/fdrepdlg.h +++ b/include/wx/msw/fdrepdlg.h @@ -6,7 +6,7 @@ // Created: 23/03/2001 // RCS-ID: // Copyright: (c) Markus Greither -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) @@ -39,7 +39,7 @@ public: wxFindReplaceDialogImpl *GetImpl() const { return m_impl; } // override some base class virtuals - virtual bool Show(bool show = TRUE); + virtual bool Show(bool show = true); virtual void SetTitle( const wxString& title); virtual wxString GetTitle() const;