X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..9015d579c839cb0676c75446d3b6bffd0623e970:/include/wx/generic/combo.h?ds=sidebyside diff --git a/include/wx/generic/combo.h b/include/wx/generic/combo.h index 913511fcbf..703e42fa3a 100644 --- a/include/wx/generic/combo.h +++ b/include/wx/generic/combo.h @@ -26,8 +26,8 @@ // all actions of single line text controls are supported // popup/dismiss the choice window -#define wxACTION_COMBOBOX_POPUP _T("popup") -#define wxACTION_COMBOBOX_DISMISS _T("dismiss") +#define wxACTION_COMBOBOX_POPUP wxT("popup") +#define wxACTION_COMBOBOX_DISMISS wxT("dismiss") #endif