]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/fdrepdlg.h
Old API deprecated. Source cleaning.
[wxWidgets.git] / include / wx / msw / fdrepdlg.h
index 2e84c9567bf2e7cc8f35bc09fdb8e789937e4f4b..bfe47d18343f79b1c4ade80e7a8fe06c444b6af8 100644 (file)
@@ -2,14 +2,14 @@
 // Name:        wx/msw/fdrepdlg.h
 // Purpose:     wxFindReplaceDialog class
 // Author:      Markus Greither
-// Modified by: 31.07.01: VZ: integrated into wxWindows
+// Modified by: 31.07.01: VZ: integrated into wxWidgets
 // Created:     23/03/2001
 // RCS-ID:
 // Copyright:   (c) Markus Greither
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "mswfdrepdlg.h"
 #endif
 
@@ -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;