ToolApplicationModel.st
changeset 3521 3ba988e35485
parent 3508 ba75f68aaa04
child 3547 f3221c6ff930
--- a/ToolApplicationModel.st	Wed Nov 18 13:05:55 2015 +0100
+++ b/ToolApplicationModel.st	Wed Nov 18 13:10:31 2015 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1997 by eXept Software AG
               All Rights Reserved
@@ -913,12 +911,8 @@
 
 !ToolApplicationModel class methodsFor:'queries'!
 
-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 == ToolApplicationModel ifTrue:[^false].
-    ^super isVisualStartable
+isAbstract
+    ^ self == ToolApplicationModel 
 ! !
 
 !ToolApplicationModel class methodsFor:'startup & release'!