//
static WXFARPROC gfnWndprocEdit = (WXFARPROC)NULL;
-IMPLEMENT_DYNAMIC_CLASS(wxComboBox, wxControl)
-
bool wxComboBox::OS2Command( WXUINT uParam, WXWORD WXUNUSED(wId) )
{
long lSel = GetSelection();
lSstyle |= CBS_DROPDOWN;
- if (!OS2CreateControl( _T("COMBOBOX")
+ if (!OS2CreateControl( wxT("COMBOBOX")
,lSstyle
))
return false;