Tools__NewSystemBrowser.st
changeset 17568 2d131ef3248f
parent 17567 231a0d8d1b06
child 17569 dfe7a71ad86c
--- a/Tools__NewSystemBrowser.st	Thu Jul 13 23:33:32 2017 +0200
+++ b/Tools__NewSystemBrowser.st	Fri Jul 14 12:19:58 2017 +0200
@@ -18822,7 +18822,7 @@
                                     or:[ a value = b value and:[ a key > b key]]
                             ].
                             matches reverse.
-                            namesIncluding := (matches copyTo:(matches size min:50)) collect:#key
+                            namesIncluding := (matches copyTo:(matches size min:150)) collect:#key
                         ] ifFalse:[    
                             namesIncluding := (1 to:nameList size)
                                                 select:[:idx |
@@ -18914,7 +18914,7 @@
     ^ className
 
     "Modified: / 04-09-2013 / 17:48:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 13-07-2017 / 23:28:28 / cg"
+    "Modified: / 14-07-2017 / 00:42:24 / cg"
 !
 
 enterBoxTitle:title okText:okText label:label