Changeset 212:ab60f3309436 for dwt/custom/BusyIndicator.d
- Timestamp:
- 05/04/08 18:12:38 (7 months ago)
- Files:
-
- dwt/custom/BusyIndicator.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/custom/BusyIndicator.d
r197 r212 28 28 29 29 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$ 32 32 33 33 /**
