- if (HasParam(_T("exstyle")))
- wnd->SetExtraStyle(GetStyle(_T("exstyle")));
- if (HasParam(_T("bg")))
- wnd->SetBackgroundColour(GetColour(_T("bg")));
- if (HasParam(_T("fg")))
- wnd->SetForegroundColour(GetColour(_T("fg")));
- if (GetBool(_T("enabled"), 1) == 0)
+ if (HasParam(wxT("exstyle")))
+ wnd->SetExtraStyle(GetStyle(wxT("exstyle")));
+ if (HasParam(wxT("bg")))
+ wnd->SetBackgroundColour(GetColour(wxT("bg")));
+ if (HasParam(wxT("fg")))
+ wnd->SetForegroundColour(GetColour(wxT("fg")));
+ if (GetBool(wxT("enabled"), 1) == 0)