diff dynamin/gui/file_dialog.d @ 14:e6e201c3a439

Remove ANSI functions from Windows binding and convert inner tabs to spaces in 4 files. Big spacing cleanup in Windows binding.
author Jordan Miner <jminer7@gmail.com>
date Sat, 18 Jul 2009 02:35:24 -0500
parents 4029d5af7542
children 836a064828e8
line wrap: on
line diff
--- a/dynamin/gui/file_dialog.d	Sat Jul 18 01:45:17 2009 -0500
+++ b/dynamin/gui/file_dialog.d	Sat Jul 18 02:35:24 2009 -0500
@@ -115,7 +115,7 @@
 	 */
 	bool multipleSelection() { return _multipleSelection; }
 	/// ditto
-	void multipleSelection(bool b) { _multipleSelection = b;	}
+	void multipleSelection(bool b) { _multipleSelection = b; }
 
 	/// Gets or sets the text that is displayed in the dialog's title bar.
 	string text() { return _text; }