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/internal/Platform.d

    r108 r238  
    1717module dwt.internal.Platform; 
    1818 
     19import dwt.dwthelper.utils; 
     20 
    1921import dwt.internal.Lock; 
    2022 
    2123public class Platform { 
    22     public static const char[] PLATFORM = "gtk"; //$NON-NLS-1$ 
     24    public static const String PLATFORM = "gtk"; //$NON-NLS-1$ 
    2325    public static const Lock lock; 
    2426    static this() {