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

    r150 r238  
    1212 *******************************************************************************/ 
    1313module dwt.events.KeyEvent; 
     14 
     15import dwt.dwthelper.utils; 
    1416 
    1517 
     
    99101 * @return a string representation of the event 
    100102 */ 
    101 public override char[] toString() { 
     103public override String toString() { 
    102104    return Format( "{} character={} keyCode={} stateMask={} doit={}}", 
    103105        super.toString[ 0 .. $-2 ],