Do not refer to non-existant aspect
authorStefan Vogel <sv@exept.de>
Mon, 19 Feb 2007 18:14:05 +0100
changeset 7653 71f20b5aab8d
parent 7652 165a712b00fa
child 7654 74d4d8b035ac
Do not refer to non-existant aspect
MultiViewToolApplication.st
--- a/MultiViewToolApplication.st	Mon Feb 19 17:29:29 2007 +0100
+++ b/MultiViewToolApplication.st	Mon Feb 19 18:14:05 2007 +0100
@@ -440,7 +440,7 @@
             translateLabel: true
             isVisible: false
             hideMenuOnActivated: false
-            indication: codeInfoVisible
+            indication: infoVisibleHolder
           )
          )
         nil
@@ -1044,5 +1044,5 @@
 !MultiViewToolApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/MultiViewToolApplication.st,v 1.13 2007-02-19 15:06:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MultiViewToolApplication.st,v 1.14 2007-02-19 17:14:05 stefan Exp $'
 ! !