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

    r150 r238  
    1212 *******************************************************************************/ 
    1313module dwt.events.ShellEvent; 
     14 
     15import dwt.dwthelper.utils; 
    1416 
    1517 
     
    5355 * @return a string representation of the event 
    5456 */ 
    55 public override char[] toString() { 
     57public override String toString() { 
    5658    return Format( "{} doit={}}", super.toString[ 0 .. $-2 ], doit ); 
    5759}