]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dirdlg.cpp
Don't call busy cursor when creating a message
[wxWidgets.git] / src / msw / dirdlg.cpp
index f8de559fa21c4a45b08edac84702eebcc9dea4a1..fed0b69a8b5b5efe155baf0b5112de24895385ba 100644 (file)
@@ -117,7 +117,7 @@ int wxDirDialog::ShowModal()
 
     if ( !ok )
     {
-        wxLogLastError("SHGetPathFromIDList");
+        wxLogLastError(wxT("SHGetPathFromIDList"));
 
         return wxID_CANCEL;
     }
@@ -174,7 +174,7 @@ static void ItemListFree(LPITEMIDLIST pidl)
         }
         else
         {
-            wxLogLastError("SHGetMalloc");
+            wxLogLastError(wxT("SHGetMalloc"));
         }
     }
 }