]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/fdrepdlg.h
Implement basic support for virtual file systems for the ie backend. Registering...
[wxWidgets.git] / include / wx / generic / fdrepdlg.h
index 1a796709ca73c94e4f2401af098fddd2c1b3a77e..69ae0d1ebc9cd97237f61065a953f329e1967ddd 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        wx/msw/fdrepdlg.h
+// Name:        wx/generic/fdrepdlg.h
 // Purpose:     wxGenericFindReplaceDialog class
 // Author:      Markus Greither
 // Modified by:
 // Created:     25/05/2001
-// RCS-ID:
+// RCS-ID:      $Id$
 // Copyright:   (c) wxWidgets team
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -20,7 +20,7 @@ class WXDLLIMPEXP_FWD_CORE wxTextCtrl;
 // wxGenericFindReplaceDialog: dialog for searching / replacing text
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxGenericFindReplaceDialog : public wxFindReplaceDialogBase
+class WXDLLIMPEXP_CORE wxGenericFindReplaceDialog : public wxFindReplaceDialogBase
 {
 public:
     wxGenericFindReplaceDialog() { Init(); }