comparison dwt/widgets/DirectoryDialog.d @ 3:649b8e223d5a

fix extends
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 13:48:25 +0200
parents 380af2bdd8e5
children 1a8b3cb347e0
comparison
equal deleted inserted replaced
2:354c569b57a9 3:649b8e223d5a
32 * <p> 32 * <p>
33 * IMPORTANT: This class is intended to be subclassed <em>only</em> 33 * IMPORTANT: This class is intended to be subclassed <em>only</em>
34 * within the DWT implementation. 34 * within the DWT implementation.
35 * </p> 35 * </p>
36 */ 36 */
37 public class DirectoryDialog extends Dialog { 37 public class DirectoryDialog : Dialog {
38 String message = "", filterPath = ""; 38 String message = "", filterPath = "";
39 39
40 /** 40 /**
41 * Constructs a new instance of this class given only its parent. 41 * Constructs a new instance of this class given only its parent.
42 * 42 *