X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32b8ec418aee4e38877d4cb79e2984c766dcc358..625cb8c0b1ac12f26265cae2c69d7f510de0edb1:/src/mgl/cursor.cpp diff --git a/src/mgl/cursor.cpp b/src/mgl/cursor.cpp index ae99e4537f..1e4867ae70 100644 --- a/src/mgl/cursor.cpp +++ b/src/mgl/cursor.cpp @@ -3,7 +3,7 @@ // Purpose: // Author: Vaclav Slavik // Id: $Id$ -// Copyright: (c) 2001 Vaclav Slavik +// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -68,6 +68,9 @@ wxCursor::wxCursor(int cursorId) switch (cursorId) { + // FIXME_MGL -- what about storing these default cursors in executable + // as XPMs so that wxMGL binary wouldn't depend on + // tons of files in $MGL_ROOT/cursors? I don't know yet... case wxCURSOR_ARROW: cursorname = "arrow.cur"; break; case wxCURSOR_BULLSEYE: cursorname = "bullseye.cur"; break; case wxCURSOR_CHAR: cursorname = "char.cur"; break;