]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/cursor.mm
added missing headers (patch 1774617)
[wxWidgets.git] / src / cocoa / cursor.mm
index a1fad8eba59a713bd3407956e4d2cff6885c2fcd..126ef111aa8e521de6945f1d0cea00f228cb5b13 100644 (file)
@@ -425,7 +425,7 @@ wxCursor::wxCursor(int stock_cursor_id)
     // Stage 3: Give up, complain, and use a normal arrow
     if(M_CURSORDATA->m_hCursor == nil)
     {
-        wxLogDebug("Could not find suitable cursor for wxStockCursor = %d.  Using normal pointer.", stock_cursor_id);
+        wxLogDebug(wxT("Could not find suitable cursor for wxStockCursor = %d.  Using normal pointer."), stock_cursor_id);
         M_CURSORDATA->m_hCursor = [[NSCursor arrowCursor] retain];
     }