,rPos
,rSize
,lStyle
-#if wxUSE_VALIDATORS
,wxDefaultValidator
-#endif
,rsName
))
{
wxPoint vPos(0,0);
wxSize vSize(0,0);
- if (!OS2CreateControl( "STATIC"
+ if (!OS2CreateControl( wxT("STATIC")
,SS_GROUPBOX
,vPos
,vSize
wxColour vColour;
- vColour.Set(wxString("BLACK"));
+ vColour.Set(wxString(wxT("BLACK")));
LONG lColor = (LONG)vColour.GetPixel();
int nCy;
int wBox;
- wxGetCharSize( GetHWND()
- ,&nCx
- ,&nCy
- ,(wxFont*)&GetFont()
- );
+ nCx = GetCharWidth();
+ nCy = GetCharHeight();
GetTextExtent( wxGetWindowText(m_hWnd)
,&wBox
- ,&nCy
+ ,NULL
);
wBox += 3 * nCx;