X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..b8737371e220ef1920e6a3d2aed88c4bc2b04daf:/interface/wx/combobox.h?ds=sidebyside diff --git a/interface/wx/combobox.h b/interface/wx/combobox.h index 5bcca09acc..6dcefeebc2 100644 --- a/interface/wx/combobox.h +++ b/interface/wx/combobox.h @@ -237,7 +237,7 @@ public: @note For a combobox with @c wxCB_READONLY style the string must be in the combobox choices list, otherwise the call to SetValue() is - ignored. + ignored. This is case insensitive. @param text The text to set.