diff dwt/widgets/FileDialog.d @ 123:63a09873578e

Fixed compile errors
author Jacob Carlborg <doob@me.com>
date Thu, 15 Jan 2009 23:08:54 +0100
parents c7f7f4d7091a
children
line wrap: on
line diff
--- a/dwt/widgets/FileDialog.d	Wed Dec 31 21:01:13 2008 +0100
+++ b/dwt/widgets/FileDialog.d	Thu Jan 15 23:08:54 2009 +0100
@@ -15,7 +15,7 @@
 
 import dwt.dwthelper.utils;
 
- 
+
 import dwt.DWT;
 import dwt.DWTException;
 import dwt.internal.cocoa.NSArray;
@@ -56,7 +56,7 @@
     int filterIndex = -1;
     bool overwrite = true; //TODO: if setOverwrite(false) is implemented, change default to false for consistency
     static final char EXTENSION_SEPARATOR = ';';
-
+    
 /**
  * Constructs a new instance of this class given only its parent.
  *
@@ -237,7 +237,7 @@
                 if (i is 0) {
                     /* Filter path */
                     filterPath = pathOnly.getString();
-
+                    
                     /* File name */
                     fileName = fileNames [0] = filenameOnly.getString();
                 } else {