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/events/SelectionEvent.d

    r150 r238  
    1212 *******************************************************************************/ 
    1313module dwt.events.SelectionEvent; 
     14 
     15import dwt.dwthelper.utils; 
    1416 
    1517 
     
    9395     * @since 3.1 
    9496     */ 
    95     public char[] text; 
     97    public String text; 
    9698 
    9799    /** 
     
    129131 * @return a string representation of the event 
    130132 */ 
    131 public override char[] toString() { 
     133public override String toString() { 
    132134    return Format( "{} item={} detail={} x={} y={} width={} height={} stateMask={} text={} doit={}}", 
    133135        super.toString[ 0 .. $-2 ],