#FEATURE by sr
authorsr
Thu, 25 Oct 2018 16:53:14 +0200
changeset 23468 baa19fa832c7
parent 23467 f145dcf0e5e8
child 23469 6d008d50351e
#FEATURE by sr class: UserPreferences changed: #nativeFileDialogs
UserPreferences.st
--- a/UserPreferences.st	Thu Oct 25 11:09:59 2018 +0200
+++ b/UserPreferences.st	Thu Oct 25 16:53:14 2018 +0200
@@ -2413,9 +2413,20 @@
 !
 
 nativeFileDialogs
-    ^ self at:#nativeFileDialogs ifAbsent:false
+    |return|
+
+    return := self 
+        at:#nativeFileDialogs 
+        ifAbsent:[
+            "/ all developer please help testing the native file dialog      
+            Smalltalk isStandAloneApp not
+            or:[OperatingSystem getDomainName asLowercase includesSubString:'exept'] 
+        ].
+
+    ^ return
 
     "Created: / 24-08-2010 / 17:01:59 / sr"
+    "Modified: / 25-10-2018 / 16:52:39 / sr"
 !
 
 nativeFileDialogs:aBoolean
@@ -6035,7 +6046,6 @@
 ! !
 
 
-
 !UserPreferences methodsFor:'default settings-syntax colors'!
 
 at:key putSyntaxColor:aColor