]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dragimag.cpp
Added chapter on collection and container classes to contents
[wxWidgets.git] / src / msw / dragimag.cpp
index b5aca15c5109de8a343fdfb51bb50ad8ef2a2137..d60e69d88554fc1afa5a27b8e79d905e5e3b0f55 100644 (file)
@@ -324,7 +324,7 @@ bool wxDragImage::EndDrag()
 
     if ( !::ReleaseCapture() )
     {
-        wxLogLastError("ReleaseCapture");
+        wxLogLastError(wxT("ReleaseCapture"));
     }
 
     ::ShowCursor(TRUE);