*** empty log message ***

This commit is contained in:
Elias Naur 2004-11-11 13:54:25 +00:00
parent 78fc29c3cb
commit b5d783f685
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ public class Cursor {
String osName = System.getProperty("os.name", "");
CursorElement[] cursors;
if (osName.startsWith("Win")) {
if (osName.startsWith("Win") || osName.startsWith("Mac")) {
// create our cursor elements
cursors = new CursorElement[numImages];
for(int i=0; i<numImages; i++) {