Changeset 60:6e6405809faf for jface/ActionAndStatusbar.d
- Timestamp:
- 04/10/08 05:22:21 (4 years ago)
- Files:
-
- jface/ActionAndStatusbar.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
jface/ActionAndStatusbar.d
r59 r60 10 10 Port to the D programming language: 11 11 Frank Benoit <benoit@tionex.de> 12 Added some stuff to play with the statusbar and its progressmonitor 13 12 14 */ 13 15 module jface.ActionAndStatusbar; … … 27 29 28 30 import tango.text.convert.Format; 29 import jive.stacktrace;31 version(JIVE) import jive.stacktrace; 30 32 import dwt.dwthelper.utils; 31 33 import dwt.dwthelper.Runnable;
