WinWorkstation.st
changeset 8534 173c253bb3ed
parent 8533 37c7fe48ab2f
child 8535 7437f19ed085
--- a/WinWorkstation.st	Tue Oct 23 11:40:02 2018 +0200
+++ b/WinWorkstation.st	Tue Oct 23 11:45:09 2018 +0200
@@ -16724,10 +16724,10 @@
             nativeFileDialogWithTitle:'Hello World' 
             defaultFilename:'D:\sadasdsad'   
             owningTopView:owningTopView
-            filter:
-                'expecco Testsuite', null, '*.ets', null, 
-                'expecco Logfile', null, '*.elf', null, 
-                null
+            filter:#(
+                        #('expecco Testsuite' '*.ets') 
+                        #('expecco Logfile' '*.elf') 
+                    )            
             filterIndex:2
             doSave:false.     
 
@@ -16759,7 +16759,7 @@
     "
 
     "Created: / 23-10-2018 / 09:58:25 / sr"
-    "Modified (format): / 23-10-2018 / 11:39:44 / sr"
+    "Modified (comment): / 23-10-2018 / 11:44:35 / sr"
 !
 
 primCloseNativeFileDialogByDataAddress:dataAddress