]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/window.cpp
Added comments
[wxWidgets.git] / src / motif / window.cpp
index e82f80539d37ceb928807ebb3b650597ad675002..498fbedec9e832ea37f97f938d1b0b4cde19dd8f 100644 (file)
@@ -719,7 +719,7 @@ bool wxWindow::SetCursor(const wxCursor& cursor)
     }
 
     wxASSERT_MSG( m_cursor.Ok(),
-                  _T("cursor must be valid after call to the base version"));
+                  T("cursor must be valid after call to the base version"));
 
     WXDisplay *dpy = GetXDisplay();
     WXCursor x_cursor = m_cursor.GetXCursor(dpy);