]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/controls/controls.cpp
No real changes, just convert a Mac-specific file to UTF-8.
[wxWidgets.git] / samples / controls / controls.cpp
index 330fcd6efcffbdfef23e07d9f5a2c2e249d3ea80..da9256e9b783521b2115fa3e55f646e8dd7d5de6 100644 (file)
@@ -2011,9 +2011,9 @@ void MyFrame::OnIdle( wxIdleEvent& WXUNUSED(event) )
         if ( focus )
         {
             msg.Printf(
-                    wxT("Focus: %s")
+                    "Focus: %s"
 #ifdef __WXMSW__
-                    , wxT(", HWND = %08x")
+                    ", HWND = %08x"
 #endif
                     , s_windowFocus->GetName().c_str()
 #ifdef __WXMSW__