- if (!GetParamValue(_T("selected")).IsEmpty())
- button->SetBitmapSelected(GetBitmap(_T("selected")));
- if (!GetParamValue(_T("focus")).IsEmpty())
- button->SetBitmapFocus(GetBitmap(_T("focus")));
- if (!GetParamValue(_T("disabled")).IsEmpty())
- button->SetBitmapDisabled(GetBitmap(_T("disabled")));
+ if (!GetParamValue(wxT("selected")).IsEmpty())
+ button->SetBitmapSelected(GetBitmap(wxT("selected")));
+ if (!GetParamValue(wxT("focus")).IsEmpty())
+ button->SetBitmapFocus(GetBitmap(wxT("focus")));
+ if (!GetParamValue(wxT("disabled")).IsEmpty())
+ button->SetBitmapDisabled(GetBitmap(wxT("disabled")));