]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/combo.h
Fix another line somehow missing from the wxGraphicsBitmap forward port.
[wxWidgets.git] / include / wx / generic / combo.h
index 913511fcbfb8caeeefaad44bc33a964cc698538e..703e42fa3afa87545161e8717acdd55dec98a925 100644 (file)
@@ -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