comparison dwt/widgets/Display.d @ 254:8bca790583c3

Fix string compare in dwthelper/utils
author Frank Benoit <benoit@tionex.de>
date Sun, 08 Jun 2008 15:11:48 +0200
parents ce446666f5a2
children 5a30aa9820f3
comparison
equal deleted inserted replaced
253:cf113c9ff968 254:8bca790583c3
48 import dwt.dwthelper.utils; 48 import dwt.dwthelper.utils;
49 import dwt.dwthelper.Runnable; 49 import dwt.dwthelper.Runnable;
50 50
51 import tango.core.Thread; 51 import tango.core.Thread;
52 import tango.io.Stdout; 52 import tango.io.Stdout;
53 import tango.util.log.Trace;
54 53
55 /** 54 /**
56 * Instances of this class are responsible for managing the 55 * Instances of this class are responsible for managing the
57 * connection between DWT and the underlying operating 56 * connection between DWT and the underlying operating
58 * system. Their most important function is to implement 57 * system. Their most important function is to implement