Cursor.st
changeset 5212 eeb30c6c7880
parent 5085 7b63e9809c64
child 5264 e350e452ac9e
--- a/Cursor.st	Thu Feb 26 17:49:46 2009 +0100
+++ b/Cursor.st	Thu Feb 26 22:16:11 2009 +0100
@@ -2098,6 +2098,7 @@
 !
 
 fileCursorNamed:cursorName
+    <resource: #obsolete>
     "return a cursor read from the files 'cursorName_bits.bit' and
      'cursorName_mask.bit' - return nil if either file does not exist.
      This method is going to be obsoleted in the future."
@@ -3362,7 +3363,7 @@
 !Cursor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Cursor.st,v 1.106 2008-11-12 09:26:51 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Cursor.st,v 1.107 2009-02-26 21:16:11 stefan Exp $'
 ! !
 
 Cursor initialize!