comparison dwt/widgets/FileDialog.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
35 * </p><p> 35 * </p><p>
36 * IMPORTANT: This class is intended to be subclassed <em>only</em> 36 * IMPORTANT: This class is intended to be subclassed <em>only</em>
37 * within the DWT implementation. 37 * within the DWT implementation.
38 * </p> 38 * </p>
39 */ 39 */
40 public class FileDialog extends Dialog { 40 public class FileDialog : Dialog {
41 String [] filterNames = new String [0]; 41 String [] filterNames = new String [0];
42 String [] filterExtensions = new String [0]; 42 String [] filterExtensions = new String [0];
43 String [] fileNames = new String[0]; 43 String [] fileNames = new String[0];
44 String filterPath = "", fileName = ""; 44 String filterPath = "", fileName = "";
45 int filterIndex = -1; 45 int filterIndex = -1;