SystemStatusMonitor.st
changeset 2844 9b5742ab47d6
parent 2744 0ebeada0fee0
child 3024 51e109cb8ae0
--- a/SystemStatusMonitor.st	Wed Nov 15 13:33:46 2000 +0100
+++ b/SystemStatusMonitor.st	Wed Nov 15 13:36:09 2000 +0100
@@ -53,6 +53,9 @@
 !SystemStatusMonitor class methodsFor:'startup'!
 
 isVisualStartable
+    "return true, if this application can be started via #open.
+     (to allow start of a change browser via double-click in the browser)"
+
     ^ self ~~ SystemStatusMonitor
 
     "Created: / 10.8.1998 / 16:02:23 / cg"
@@ -247,5 +250,5 @@
 !SystemStatusMonitor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SystemStatusMonitor.st,v 1.12 2000-08-30 22:01:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SystemStatusMonitor.st,v 1.13 2000-11-15 12:35:41 cg Exp $'
 ! !