X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/21849f3a8ed2e3ebdc642b349675d1e54095c545..e7445ff8ee26e39fab1e35455e1bef954bdf636f:/include/wx/os2/setup0.h diff --git a/include/wx/os2/setup0.h b/include/wx/os2/setup0.h index 2159cfe9bc..264b70b57b 100644 --- a/include/wx/os2/setup0.h +++ b/include/wx/os2/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