comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/widgets/FileDialog.d @ 50:d5075f5226e5

[swt lin]
author Frank Benoit <benoit@tionex.de>
date Fri, 27 Mar 2009 15:30:20 +0100
parents 7a2dd761a8b2
children c01d033c633a
comparison
equal deleted inserted replaced
49:7a2dd761a8b2 50:d5075f5226e5
58 bool overwrite = false; 58 bool overwrite = false;
59 GtkWidget* handle; 59 GtkWidget* handle;
60 version(Tango){ 60 version(Tango){
61 static const char SEPARATOR = tango.io.model.IFile.FileConst.PathSeparatorChar; 61 static const char SEPARATOR = tango.io.model.IFile.FileConst.PathSeparatorChar;
62 } else { // Phobos 62 } else { // Phobos
63 static const char SEPARATOR = std.path.sep; 63 static const char SEPARATOR = std.path.sep[0];
64 } 64 }
65 static const char EXTENSION_SEPARATOR = ';'; 65 static const char EXTENSION_SEPARATOR = ';';
66 66
67 /** 67 /**
68 * Constructs a new instance of this class given only its parent. 68 * Constructs a new instance of this class given only its parent.