comparison dwtx/jface/resource/JFaceResources.d @ 81:e28b067ce8c5

Removed debug output
author Frank Benoit <benoit@tionex.de>
date Wed, 28 May 2008 23:05:40 +0200
parents 4ac9946b9fb5
children 7ffeace6c47f
comparison
equal deleted inserted replaced
80:b3daa78bc913 81:e28b067ce8c5
35 35
36 import dwt.dwthelper.utils; 36 import dwt.dwthelper.utils;
37 import dwt.dwthelper.Runnable; 37 import dwt.dwthelper.Runnable;
38 import dwt.dwthelper.ResourceBundle; 38 import dwt.dwthelper.ResourceBundle;
39 import tango.text.convert.Format; 39 import tango.text.convert.Format;
40 import tango.util.log.Trace;
41 /** 40 /**
42 * Utility methods to access JFace-specific resources. 41 * Utility methods to access JFace-specific resources.
43 * <p> 42 * <p>
44 * All methods declared on this class are static. This class cannot be 43 * All methods declared on this class are static. This class cannot be
45 * instantiated. 44 * instantiated.
226 Display toQuery_; 225 Display toQuery_;
227 this(Display d){ 226 this(Display d){
228 mgr = new DeviceResourceManager(d); 227 mgr = new DeviceResourceManager(d);
229 reg = mgr; 228 reg = mgr;
230 toQuery_ = d; 229 toQuery_ = d;
231 Trace.formatln( " {} {}", d, reg );
232 registries.add(d, reg); 230 registries.add(d, reg);
233 } 231 }
234 /* 232 /*
235 * (non-Javadoc) 233 * (non-Javadoc)
236 * 234 *