]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/vscroll/vstest.cpp
WinCE doesn't have GetMessageTime
[wxWidgets.git] / samples / vscroll / vstest.cpp
index 04255ef9479b2d703bd794957349ad1f447a5fa5..378fe4cebc6658c973fd08637f7f847a0ccac7e8 100644 (file)
@@ -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)