]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/xrc/custclas.cpp
Makefile.in: remove CVS dirs
[wxWidgets.git] / contrib / samples / xrc / custclas.cpp
index 020a14e4b5a6151f1fa1162388185fb8f095ff54..ba30c5f7f71b7789d14be853aad3469acfd4812c 100644 (file)
@@ -156,7 +156,7 @@ void MyResizableListCtrl::SetColumnWidths()
     
     // This is just a debug message in case you want to watch the 
     // events scroll by as you resize.
     
     // This is just a debug message in case you want to watch the 
     // events scroll by as you resize.
-    wxLogDebug( "Successfully set column widths" );
+    wxLogDebug( wxT("Successfully set column widths") );
 }
 
 
 }