Changeset 60:6e6405809faf

Show
Ignore:
Timestamp:
04/10/08 05:22:21 (6 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

version for jive

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • jface/ActionAndStatusbar.d

    r59 r60  
    1010Port to the D programming language: 
    1111    Frank Benoit <benoit@tionex.de> 
     12Added some stuff to play with the statusbar and its progressmonitor 
     13 
    1214*/ 
    1315module jface.ActionAndStatusbar; 
     
    2729 
    2830import tango.text.convert.Format; 
    29 import jive.stacktrace; 
     31version(JIVE) import jive.stacktrace; 
    3032import dwt.dwthelper.utils; 
    3133import dwt.dwthelper.Runnable;