X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b0b5881aeaef69976ed1693ab0423187a8bcd53c..2ec335db7806c058a02d022d2f75b4144ce69d2a:/src/os2/radiobut.cpp diff --git a/src/os2/radiobut.cpp b/src/os2/radiobut.cpp index 81d6d46344..677b804d7a 100644 --- a/src/os2/radiobut.cpp +++ b/src/os2/radiobut.cpp @@ -83,7 +83,7 @@ bool wxRadioButton::Create( wxWindow* pParent, if (HasFlag(wxCLIP_SIBLINGS)) lSstyle |= WS_CLIPSIBLINGS; - if (!OS2CreateControl( _T("BUTTON") + if (!OS2CreateControl( wxT("BUTTON") ,lSstyle ,rPos ,rSize @@ -202,7 +202,7 @@ void wxRadioButton::SetValue( bool bValue ) const wxWindowList& rSiblings = GetParent()->GetChildren(); wxWindowList::compatibility_iterator nodeThis = rSiblings.Find(this); - wxCHECK_RET(nodeThis, _T("radio button not a child of its parent?")); + wxCHECK_RET(nodeThis, wxT("radio button not a child of its parent?")); // // If it's not the first item of the group ...