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

Fixed compile errors
author Jacob Carlborg <doob@me.com>
date Thu, 15 Jan 2009 23:08:54 +0100
parents 906145852b63
children
line wrap: on
line diff
--- a/dwt/widgets/DirectoryDialog.d	Wed Dec 31 21:01:13 2008 +0100
+++ b/dwt/widgets/DirectoryDialog.d	Thu Jan 15 23:08:54 2009 +0100
@@ -47,7 +47,7 @@
  */
 public class DirectoryDialog : Dialog {
     String message = "", filterPath = "";
-
+    
 /**
  * Constructs a new instance of this class given only its parent.
  *
@@ -142,7 +142,7 @@
         NSString filename = panel.filename();
         directoryPath = filterPath = filename.getString();
     }
-//  options.optionFlags = OS.kNavSupportPackages | OS.kNavAllowOpenPackages | OS.kNavAllowInvisibleFiles;
+    //  options.optionFlags = OS.kNavSupportPackages | OS.kNavAllowOpenPackages | OS.kNavAllowInvisibleFiles;
     return directoryPath;
 }