comparison dwtx/jface/viewers/DialogCellEditor.d @ 42:4567a6f54939

fix compile errors
author Frank Benoit <benoit@tionex.de>
date Thu, 10 Apr 2008 19:10:12 +0200
parents c884a1ab6db3
children ea8ff534f622
comparison
equal deleted inserted replaced
41:1ab001d67011 42:4567a6f54939
94 private Object value = null; 94 private Object value = null;
95 95
96 static this() { 96 static this() {
97 ImageRegistry reg = JFaceResources.getImageRegistry(); 97 ImageRegistry reg = JFaceResources.getImageRegistry();
98 reg.put(CELL_EDITOR_IMG_DOTS_BUTTON, ImageDescriptor.createFromFile( 98 reg.put(CELL_EDITOR_IMG_DOTS_BUTTON, ImageDescriptor.createFromFile(
99 import("dwtx.jface.images.dots_button.gif")));//$NON-NLS-1$ 99 getImportData!("dwtx.jface.images.dots_button.gif")));//$NON-NLS-1$
100 } 100 }
101 101
102 /** 102 /**
103 * Internal class for laying out the dialog. 103 * Internal class for laying out the dialog.
104 */ 104 */