]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/rotate/rotate.cpp
fix for wxExecute(subprocess which produces a lot of output) bug
[wxWidgets.git] / samples / rotate / rotate.cpp
index 89c7a0d2999bbfd4a1db2e2b0d34894e2f485790..2bdb6270e99fd3fb53d617641cc4a8f2b87eaa0a 100644 (file)
@@ -96,8 +96,8 @@ bool MyApp::OnInit()
 
     if ( !m_image.Ok() )
     {
 
     if ( !m_image.Ok() )
     {
-        wxLogError("Can't load the test image, please copy it to the "
-                   "program directory");
+        wxLogError(wxT("Can't load the test image, please copy it to the ")
+                   wxT("program directory"));
         return FALSE;
     }
 
         return FALSE;
     }