X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/87419e97c6f15a9906de69690e7ba59ec0ffd119..a57d600f1aa4bae88f4c9b8d89a35332c412939e:/include/wx/palmos/setup0.h?ds=sidebyside diff --git a/include/wx/palmos/setup0.h b/include/wx/palmos/setup0.h index a07313ecec..eb7ac5f22c 100644 --- a/include/wx/palmos/setup0.h +++ b/include/wx/palmos/setup0.h @@ -673,14 +673,14 @@ // Recommended setting: 1 (it doesn't cost almost anything) #define wxUSE_MINIFRAME 1 -// wxComboControl and related classes: combobox with custom popup window and +// wxComboCtrl and related classes: combobox with custom popup window and // not necessarily a listbox. // // Default is 1. // // Recommended setting: 1 but can be safely set to 0 except for wxUniv where it // it used by wxComboBox -#define wxUSE_COMBOCONTROL 1 +#define wxUSE_COMBOCTRL 1 // wxOwnerDrawnComboBox is a custom combobox allowing to paint the combobox // items. @@ -688,7 +688,7 @@ // Default is 1. // // Recommended setting: 1 but can be safely set to 0 -#define wxUSE_OWNERDRAWNCOMBOBOX 1 +#define wxUSE_ODCOMBOBOX 1 // ---------------------------------------------------------------------------- // Miscellaneous GUI stuff