diff jface/ActionAndStatusbar.d @ 60:6e6405809faf

version for jive
author Frank Benoit <benoit@tionex.de>
date Thu, 10 Apr 2008 11:22:21 +0200
parents 6fb20f548c46
children 0a21c7cabc16
line wrap: on
line diff
--- a/jface/ActionAndStatusbar.d	Thu Apr 10 09:32:17 2008 +0200
+++ b/jface/ActionAndStatusbar.d	Thu Apr 10 11:22:21 2008 +0200
@@ -9,6 +9,8 @@
 
 Port to the D programming language:
     Frank Benoit <benoit@tionex.de>
+Added some stuff to play with the statusbar and its progressmonitor
+
 */
 module jface.ActionAndStatusbar;
 
@@ -26,7 +28,7 @@
 import dwt.widgets.Display;
 
 import tango.text.convert.Format;
-import jive.stacktrace;
+version(JIVE) import jive.stacktrace;
 import dwt.dwthelper.utils;
 import dwt.dwthelper.Runnable;
 
@@ -123,4 +125,4 @@
             Display.getCurrent().syncExec(runner);
         }
     }
-}
\ No newline at end of file
+}