checkin from browser
authorClaus Gittinger <cg@exept.de>
Wed, 10 Oct 2001 11:45:09 +0200
changeset 1516 51a2a79c6f98
parent 1515 e6da3024f05d
child 1517 5f4d38273014
checkin from browser
ToolApplicationModel.st
--- a/ToolApplicationModel.st	Mon Oct 01 10:05:38 2001 +0200
+++ b/ToolApplicationModel.st	Wed Oct 10 11:45:09 2001 +0200
@@ -706,6 +706,15 @@
                 #activeHelpKey: #helpShowHelp
                 #indication: #showingHelp:
             )
+                       #(#MenuItem
+                          #label: '-'
+                      )
+                       #(#MenuItem
+                          #label: 'About this Application...'
+                          #translateLabel: true
+                          #value: #openAboutThisApplication
+                          #activeHelpKey: #aboutThisAppliaction
+                      )
           ) nil
           nil
       )
@@ -1276,5 +1285,5 @@
 !ToolApplicationModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ToolApplicationModel.st,v 1.101 2001-09-18 08:38:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ToolApplicationModel.st,v 1.102 2001-10-10 09:45:09 cg Exp $'
 ! !