Changeset 212:ab60f3309436 for dwt/graphics/Cursor.d
- Timestamp:
- 05/04/08 18:12:38 (8 months ago)
- Files:
-
- dwt/graphics/Cursor.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/graphics/Cursor.d
r197 r212 26 26 27 27 import tango.text.convert.Format; 28 import dwt.dwthelper.utils; 28 29 29 30 /** … … 457 458 * @return a string representation of the receiver 458 459 */ 459 override public char[]toString () {460 override public String toString () { 460 461 if (isDisposed()) return "Cursor {*DISPOSED*}"; 461 462 return Format( "Cursor {{{}}", handle );
