X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2948f175ed451f1403209018fb0dce99e0ab23a..1722a3f626f7b29b42a22fc6329ce12fb5e8ed90:/src/cocoa/cursor.mm diff --git a/src/cocoa/cursor.mm b/src/cocoa/cursor.mm index a1fad8eba5..126ef111aa 100644 --- a/src/cocoa/cursor.mm +++ b/src/cocoa/cursor.mm @@ -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]; }