diff -r 615a0020e15c -r fe0d2165b716 MultiViewToolApplication.st --- a/MultiViewToolApplication.st Wed Oct 22 19:13:29 2003 +0200 +++ b/MultiViewToolApplication.st Wed Oct 22 19:15:40 2003 +0200 @@ -46,7 +46,7 @@ "return true, if this application can be started via #open. (to allow start of a change browser via double-click in the browser)" - self == MultiViewApplication ifTrue:[^false]. + self == MultiViewToolApplication ifTrue:[^false]. ^ super isVisualStartable ! ! @@ -406,5 +406,5 @@ !MultiViewToolApplication class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/MultiViewToolApplication.st,v 1.1 2003-10-22 17:13:29 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/MultiViewToolApplication.st,v 1.2 2003-10-22 17:13:48 cg Exp $' ! !