Add files necessary to run Expat configure.
[wxWidgets.git] / interface / wx / fdrepdlg.h
index ca61b13e168f2f8aaa906896c03b832f872d75b7..3999cac2489879f7ec51e68c3c3414c65809a403 100644 (file)
@@ -95,11 +95,11 @@ public:
     const wxString& GetReplaceString() const;
 };
 
-wxEventType wxEVT_COMMAND_FIND;
-wxEventType wxEVT_COMMAND_FIND_NEXT;
-wxEventType wxEVT_COMMAND_FIND_REPLACE;
-wxEventType wxEVT_COMMAND_FIND_REPLACE_ALL;
-wxEventType wxEVT_COMMAND_FIND_CLOSE;
+wxEventType wxEVT_FIND;
+wxEventType wxEVT_FIND_NEXT;
+wxEventType wxEVT_FIND_REPLACE;
+wxEventType wxEVT_FIND_REPLACE_ALL;
+wxEventType wxEVT_FIND_CLOSE;
 
 
 
@@ -130,7 +130,7 @@ public:
     /**
         Get the string to find.
     */
-    const wxString& GetFindString();
+    const wxString& GetFindString() const;
 
     /**
         Get the combination of @c wxFindReplaceFlags values.
@@ -140,7 +140,7 @@ public:
     /**
         Get the replacement string.
     */
-    const wxString& GetReplaceString();
+    const wxString& GetReplaceString() const;
 
     /**
         Set the string to find (used as initial value by the dialog).