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/Pattern.d

    r150 r238  
    1212 *******************************************************************************/ 
    1313module dwt.graphics.Pattern; 
     14 
     15import dwt.dwthelper.utils; 
    1416 
    1517 
     
    214216 * @return a string representation of the receiver 
    215217 */ 
    216 public override char[] toString() { 
     218public override String toString() { 
    217219    if (isDisposed()) return "Pattern {*DISPOSED*}"; 
    218220    return Format( "Pattern {{{}}", handle );