]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/cursor.cpp
Italian translation corrections from Roberto Boriotti.
[wxWidgets.git] / src / x11 / cursor.cpp
index d89db5b45044556748523b4ca92055c7f3b34ea2..c314e4f387a53d530517bc56745fae8568b21984 100644 (file)
@@ -201,7 +201,7 @@ void wxBeginBusyCursor( const wxCursor *WXUNUSED(cursor) )
     if (gs_busyCount++ > 0)
         return;
 
-    wxASSERT_MSG( !gs_savedCursor.Ok(),
+    wxASSERT_MSG( !gs_savedCursor.IsOk(),
                   wxT("forgot to call wxEndBusyCursor, will leak memory") );
 
     gs_savedCursor = g_globalCursor;