]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/icon.cpp
OS/2 updates for statusbar processing
[wxWidgets.git] / src / msw / icon.cpp
index 80fb47d87683278b14cd23ff1a179f2e645fca5b..a7e1fcad9dc95ab7979fd27857664783b7003201 100644 (file)
@@ -126,7 +126,7 @@ void wxIcon::CopyFromBitmap(const wxBitmap& bmp)
     HICON hicon = ::CreateIconIndirect(&iconInfo);
     if ( !hicon )
     {
-        wxLogLastError("CreateIconIndirect");
+        wxLogLastError(wxT("CreateIconIndirect"));
     }
     else
     {