diff dwt/browser/StatusTextEvent.d @ 346:2e591eb01162

Browser Package now compiles (phase 2 complete)
author John Reimer <terminal.node@gmail.com>
date Wed, 29 Oct 2008 20:06:08 -0700
parents 3f4a5c7d138f
children
line wrap: on
line diff
--- a/dwt/browser/StatusTextEvent.d	Tue Oct 28 22:07:01 2008 -0700
+++ b/dwt/browser/StatusTextEvent.d	Wed Oct 29 20:06:08 2008 -0700
@@ -12,6 +12,8 @@
  *******************************************************************************/
 module dwt.browser.StatusTextEvent;
 
+import tango.text.convert.Format;
+
 import dwt.dwthelper.utils;
 
 import dwt.events.TypedEvent;