ResourceSpecEditor.st
changeset 1427 b3e355574ccf
parent 1390 35f90684be49
child 1470 1ac79214af0f
--- a/ResourceSpecEditor.st	Tue Nov 14 19:17:13 2000 +0100
+++ b/ResourceSpecEditor.st	Wed Nov 15 13:36:21 2000 +0100
@@ -130,11 +130,11 @@
 !ResourceSpecEditor class methodsFor:'queries'!
 
 isVisualStartable
-    "returns whether this application class can be started via #open"
+    "return true, if this application can be started via #open.
+     (to allow start of a change browser via double-click in the browser)"
 
     self == ResourceSpecEditor ifTrue:[^false].
     ^super isVisualStartable
-
 ! !
 
 !ResourceSpecEditor class methodsFor:'startup / release'!
@@ -680,5 +680,5 @@
 !ResourceSpecEditor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ResourceSpecEditor.st,v 1.17 2000-08-15 14:15:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ResourceSpecEditor.st,v 1.18 2000-11-15 12:35:53 cg Exp $'
 ! !