ToolApplicationModel.st
changeset 1516 51a2a79c6f98
parent 1508 7e77864d74d2
child 1526 02941e80a146
--- 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 $'
 ! !