Show
Ignore:
Timestamp:
05/04/08 18:12:38 (7 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/custom/BusyIndicator.d

    r197 r212  
    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/**