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/dwthelper/System.d

    r197 r212  
    77import tango.time.Clock; 
    88import tango.stdc.stdlib : exit; 
     9 
     10import dwt.dwthelper.utils; 
    911 
    1012template SimpleType(T) { 
     
    136138    } 
    137139 
    138     public static char[] getProperty( char[] key ){ 
     140    public static String getProperty( String key ){ 
    139141        switch( key ){ 
    140142        case "os.name": return "windows";