DeviceWorkstation.st
changeset 5599 d98431cd8cf8
parent 5597 6b3e1dd12f9a
child 5601 a2e9f657d3de
--- a/DeviceWorkstation.st	Tue Aug 24 17:22:30 2010 +0200
+++ b/DeviceWorkstation.st	Tue Aug 24 17:23:32 2010 +0200
@@ -7064,6 +7064,12 @@
     "
 !
 
+supportsNativeFileDialogs
+    ^ false
+
+    "Created: / 24-08-2010 / 17:23:51 / sr"
+!
+
 supportsNativeWidgets
     ^ false
 
@@ -7979,11 +7985,11 @@
 !DeviceWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.545 2010-08-24 15:22:00 sr Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.546 2010-08-24 15:23:32 sr Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.545 2010-08-24 15:22:00 sr Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.546 2010-08-24 15:23:32 sr Exp $'
 ! !
 
 DeviceWorkstation initialize!