checkin from browser
authorClaus Gittinger <cg@exept.de>
Tue, 19 May 1998 21:45:22 +0200
changeset 922 94a40763e3bf
parent 921 69a82d996936
child 923 358d2924f8e1
checkin from browser
ToolApplicationModel.st
--- a/ToolApplicationModel.st	Tue May 19 21:26:32 1998 +0200
+++ b/ToolApplicationModel.st	Tue May 19 21:45:22 1998 +0200
@@ -224,6 +224,9 @@
 #fileExit
 'Exit this application.'
 
+#generate
+'Code generation.'
+
 #help
 'Help functions.'
 
@@ -252,6 +255,8 @@
 'Test functions.'
 
 )
+
+    "Modified: / 19.5.1998 / 21:32:01 / cg"
 ! !
 
 !ToolApplicationModel class methodsFor:'history'!
@@ -832,7 +837,7 @@
                 #label: '-'
             )
              #(#MenuItem
-                #label: 'About This Application...'
+                #label: 'About this Application...'
                 #translateLabel: true
                 #value: #openAboutThisApplication
                 #activeHelpKey: #aboutThisAppliaction
@@ -840,6 +845,8 @@
           ) nil
           nil
       )
+
+    "Modified: / 19.5.1998 / 21:44:09 / cg"
 !
 
 menuFont
@@ -1412,5 +1419,5 @@
 !ToolApplicationModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ToolApplicationModel.st,v 1.55 1998-05-19 17:18:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ToolApplicationModel.st,v 1.56 1998-05-19 19:45:22 cg Exp $'
 ! !