- SetStatusText(wxString::Format("%dx%d", sz.x, sz.y), 1);
+ SetStatusText(wxString::Format(_T("%dx%d"), sz.x, sz.y), 1);
- "Page size = %d, pos = %d, max = %d",
+ _T("Page size = %d, pos = %d, max = %d"),
GetScrollThumb(wxVERTICAL),
GetScrollPos(wxVERTICAL),
GetScrollRange(wxVERTICAL)
GetScrollThumb(wxVERTICAL),
GetScrollPos(wxVERTICAL),
GetScrollRange(wxVERTICAL)