Show
Ignore:
Timestamp:
05/04/08 18:12:38 (8 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

reverted the char[] to String and use the an alias.

Files:

Legend:

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

    r197 r212  
    2222 
    2323import tango.text.convert.Format; 
     24import dwt.dwthelper.utils; 
    2425 
    2526/** 
     
    318319 * @return a string representation of the receiver 
    319320 */ 
    320 override public char[] toString () { 
     321override public String toString () { 
    321322    if (isDisposed()) return "Color {*DISPOSED*}"; //$NON-NLS-1$ 
    322323    return Format( "Color {{{}, {}, {}}", getRed(), getGreen(), getBlue()); //$NON-NLS-1$//$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$