X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cf7d6329530d0a9f181ac24dcc722d276885f05e..f0b1ccde63c1acd9ca18847f758603f39f22cf4b:/samples/vscroll/vstest.cpp?ds=sidebyside diff --git a/samples/vscroll/vstest.cpp b/samples/vscroll/vstest.cpp index 04255ef947..378fe4cebc 100644 --- a/samples/vscroll/vstest.cpp +++ b/samples/vscroll/vstest.cpp @@ -73,7 +73,7 @@ public: if ( m_frameStatusBar ) { wxSize sz = GetClientSize(); - SetStatusText(wxString::Format("%dx%d", sz.x, sz.y), 1); + SetStatusText(wxString::Format(_T("%dx%d"), sz.x, sz.y), 1); } #endif // wxUSE_STATUSBAR @@ -101,7 +101,7 @@ public: { m_frame->SetStatusText(wxString::Format ( - "Page size = %d, pos = %d, max = %d", + _T("Page size = %d, pos = %d, max = %d"), GetScrollThumb(wxVERTICAL), GetScrollPos(wxVERTICAL), GetScrollRange(wxVERTICAL)