class: MultiViewToolApplication
authorClaus Gittinger <cg@exept.de>
Tue, 19 Mar 2013 19:38:58 +0100
changeset 12482 e801a369d243
parent 12481 8cff01f9f552
child 12483 a4e0c68a7b41
class: MultiViewToolApplication changed: #flyByHelpSpec
MultiViewToolApplication.st
--- a/MultiViewToolApplication.st	Tue Mar 19 14:54:07 2013 +0100
+++ b/MultiViewToolApplication.st	Tue Mar 19 19:38:58 2013 +0100
@@ -75,10 +75,10 @@
 'Add another page (tab)'
 
 #hideToolBar
-'Hide the toolbar. Show again via the "View"-Menu'
+'Hide the toolbar. Show again via the "View"-menu'
 
 #hideEditToolBar
-'Hide Edit-Toolbar. Show again via the "View"-Menu'
+'Hide the edit-toolbar. Show again via the "View"-menu'
 
 )
 
@@ -1357,5 +1357,6 @@
 !MultiViewToolApplication class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/MultiViewToolApplication.st,v 1.45 2012-08-03 20:25:30 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MultiViewToolApplication.st,v 1.46 2013-03-19 18:38:58 cg Exp $'
 ! !
+