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/custom/BusyIndicator.d

    r223 r238  
    2828 
    2929    static int nextBusyId = 1; 
    30     static const char[] BUSYID_NAME = "DWT BusyIndicator"; //$NON-NLS-1$ 
    31     static const char[] BUSY_CURSOR = "DWT BusyIndicator Cursor"; //$NON-NLS-1$ 
     30    static const String BUSYID_NAME = "DWT BusyIndicator"; //$NON-NLS-1$ 
     31    static const String BUSY_CURSOR = "DWT BusyIndicator Cursor"; //$NON-NLS-1$ 
    3232 
    3333/**