]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/cursor.cpp
removed some stray MSW code
[wxWidgets.git] / src / mac / cursor.cpp
index d6989138909682a871af9056b07771a08e389893..1200fb9c69859474c9fadfedf7d1d3f525b87954 100644 (file)
@@ -292,13 +292,7 @@ wxCursor::wxCursor(const wxString& cursor_file, long flags, int hotSpotX, int ho
     if ( flags == wxBITMAP_TYPE_MACCURSOR_RESOURCE )
     {
         Str255 theName ;
-
-    #if TARGET_CARBON
-        c2pstrcpy( (StringPtr) theName , cursor_file ) ;
-    #else
-        strcpy( (char *) theName , cursor_file ) ;
-        c2pstr( (char *) theName ) ;
-    #endif
+               wxMacStringToPascal( cursor_file , theName ) ;
         
         wxStAppResource resload ;
         Handle resHandle = ::GetNamedResource( 'crsr' , theName ) ;