]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/fdrepdlg.h
Restore wxString::Printf() example showing position parameters in the docs.
[wxWidgets.git] / interface / wx / fdrepdlg.h
index f011ee982b930ea02a39c274efd67c3ae495f706..a396bab8f8fbb7cf90919a9553adf43627f2c0e8 100644 (file)
@@ -45,7 +45,7 @@ enum wxFindReplaceDialogStyles
 /**
     @class wxFindDialogEvent
 
-    wxFindReplaceDialog events
+    wxFindReplaceDialog events.
 
     @beginEventTable{wxFindDialogEvent}
     @event{EVT_FIND(id, func)}
@@ -111,7 +111,7 @@ public:
     dialog and calling them has no effect later.
 
     @library{wxcore}
-    @category{data}
+    @category{cmndlg,data}
 */
 class wxFindReplaceData : public wxObject
 {
@@ -124,7 +124,7 @@ public:
     /**
         Get the string to find.
     */
-    const wxString GetFindString();
+    const wxString& GetFindString();
 
     /**
         Get the combination of @c wxFindReplaceFlags values.
@@ -134,7 +134,7 @@ public:
     /**
         Get the replacement string.
     */
-    const wxString GetReplaceString();
+    const wxString& GetReplaceString();
 
     /**
         Set the string to find (used as initial value by the dialog).