X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..72dc02c6a7fe7d02b1876b6cd466e92614bccfd4:/interface/wx/ctrlsub.h diff --git a/interface/wx/ctrlsub.h b/interface/wx/ctrlsub.h index fba3f49a1b..f9d338c5d5 100644 --- a/interface/wx/ctrlsub.h +++ b/interface/wx/ctrlsub.h @@ -73,7 +73,7 @@ public: @param string The label to set. */ - virtual void SetString(unsigned int n, const wxString& s); + virtual void SetString(unsigned int n, const wxString& string); /** Finds an item whose label matches the given string. @@ -86,7 +86,7 @@ public: @return The zero-based position of the item, or wxNOT_FOUND if the string was not found. */ - virtual int FindString(const wxString& s, bool bCase = false) const; + virtual int FindString(const wxString& string, bool caseSensitive = false) const; //@}