NewSystemBrowser.st
changeset 9401 f6e4f2ce1e28
parent 9394 5106d6c5e128
child 9409 498fd13dfd31
--- a/NewSystemBrowser.st	Fri Mar 26 16:38:16 2010 +0100
+++ b/NewSystemBrowser.st	Mon Mar 29 16:26:10 2010 +0200
@@ -39875,7 +39875,7 @@
         explanation :=
             [ self explanationForCode:code short:short ]
                     valueWithWatchDog:[explainTookTooLong := true]
-                    afterMilliseconds:1000.
+                    afterMilliseconds:500.
     ] ifFalse:[
         explanation := self explanationForCode:code short:short
     ].
@@ -43933,11 +43933,11 @@
 !NewSystemBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/NewSystemBrowser.st,v 1.1446 2010-03-12 09:24:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/NewSystemBrowser.st,v 1.1447 2010-03-29 14:26:10 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/NewSystemBrowser.st,v 1.1446 2010-03-12 09:24:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/NewSystemBrowser.st,v 1.1447 2010-03-29 14:26:10 cg Exp $'
 ! !
 
 NewSystemBrowser initialize!