X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..5039f140c4d1ea413991e95477cdc6f755ab4b73:/interface/wx/combo.h diff --git a/interface/wx/combo.h b/interface/wx/combo.h index f6968fb9a1..66e1678ba6 100644 --- a/interface/wx/combo.h +++ b/interface/wx/combo.h @@ -49,7 +49,7 @@ public: Preferred minimum width. @param prefHeight Preferred height. May be -1 to indicate no preference. - @param maxWidth + @param maxHeight Max height for window, as limited by screen size. @remarks This function is called each time popup is about to be shown. @@ -584,7 +584,7 @@ public: @param text The text to insert. */ - virtual void Replace(long from, long to, const wxString& value); + virtual void Replace(long from, long to, const wxString& text); /** Sets custom dropdown button graphics.