MultiViewToolApplication.st
branchjv
changeset 15949 9c20ced90e66
parent 15566 184cea584be5
parent 15945 06616f490bf6
child 17219 46a5890e4c57
--- a/MultiViewToolApplication.st	Fri Nov 13 06:40:27 2015 +0100
+++ b/MultiViewToolApplication.st	Thu Nov 19 06:41:45 2015 +0100
@@ -547,6 +547,10 @@
 
 !MultiViewToolApplication class methodsFor:'queries'!
 
+isAbstract
+    ^ self == MultiViewToolApplication
+!
+
 isVisualStartable
     "return true, if this application can be started via #open.
      (to allow start of a change browser via double-click in the browser)"
@@ -1413,10 +1417,10 @@
 !MultiViewToolApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/MultiViewToolApplication.st,v 1.53 2015-02-24 15:44:47 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/MultiViewToolApplication.st,v 1.53 2015-02-24 15:44:47 cg Exp $'
+    ^ '$Header$'
 ! !