X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/13971833d8ef565afc5c3b48442ed5dc1384d4dd..8aaef28406647d6aa706c34f57dd151f00b18e5b:/src/gtk/cursor.cpp diff --git a/src/gtk/cursor.cpp b/src/gtk/cursor.cpp index 17646128c6..3eca3593ef 100644 --- a/src/gtk/cursor.cpp +++ b/src/gtk/cursor.cpp @@ -95,7 +95,7 @@ wxCursor::wxCursor( int cursorId ) case wxCURSOR_BASED_ARROW_DOWN: gdk_cur = GDK_BASED_ARROW_DOWN; break; */ default: - wxFAIL_MSG(T("unsupported cursor type")); + wxFAIL_MSG(wxT("unsupported cursor type")); // will use the standard one case wxCURSOR_ARROW: @@ -170,7 +170,7 @@ void wxBeginBusyCursor( wxCursor *WXUNUSED(cursor) ) return; wxASSERT_MSG( !gs_savedCursor.Ok(), - T("forgot to call wxEndBusyCursor, will leak memory") ); + wxT("forgot to call wxEndBusyCursor, will leak memory") ); gs_savedCursor = g_globalCursor;