Show
Ignore:
Timestamp:
05/04/08 18:42:55 (4 years ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

reverted char[] to String

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dwt/graphics/Region.d

    r195 r238  
    1212 *******************************************************************************/ 
    1313module dwt.graphics.Region; 
     14 
     15import dwt.dwthelper.utils; 
    1416 
    1517 
     
    594596 * @return a string representation of the receiver 
    595597 */ 
    596 public override char[] toString () { 
     598public override String toString () { 
    597599    if (isDisposed()) return "Region {*DISPOSED*}"; 
    598600    return Format( "Region {{{}}", handle );