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

    r4 r212  
    1 /******************************************************************************* 
     1/******************************************************************************* 
    22 * Copyright (c) 2000, 2007 IBM Corporation and others. 
    33 * All rights reserved. This program and the accompanying materials 
     
    1010 *******************************************************************************/ 
    1111module dwt.internal.Platform; 
     12import dwt.dwthelper.utils; 
    1213 
    1314public class Platform { 
    14      
    15 public static const char[] PLATFORM = "win32"; //$NON-NLS-1$ 
     15 
     16public static const String PLATFORM = "win32"; //$NON-NLS-1$ 
    1617 
    1718}