]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/cursor.cpp
Corrected small mistake (set static variable)
[wxWidgets.git] / src / gtk / cursor.cpp
index 17646128c6ae14e3abdbcc5070896bea8689847a..3eca3593ef2303db7cad1ff2f7e4df786c54672b 100644 (file)
@@ -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;