ToolApplicationModel.st
changeset 1015 ce491c3f9903
parent 1013 64f464903584
child 1016 57892160f78e
--- a/ToolApplicationModel.st	Wed Jul 29 15:26:52 1998 +0200
+++ b/ToolApplicationModel.st	Wed Jul 29 18:44:50 1998 +0200
@@ -243,7 +243,7 @@
 'History functions.'
 
 #historyEmptyMenu
-'Delete all items in the history.'
+'Switch to that item.'
 
 #historyMenuItem
 'Evaluate the text of the menu item for loading.'
@@ -255,6 +255,8 @@
 'Test functions.'
 
 )
+
+    "Modified: / 29.7.1998 / 18:43:19 / cg"
 ! !
 
 !ToolApplicationModel class methodsFor:'history'!
@@ -1220,5 +1222,5 @@
 !ToolApplicationModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ToolApplicationModel.st,v 1.66 1998-07-29 11:25:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ToolApplicationModel.st,v 1.67 1998-07-29 16:44:50 cg Exp $'
 ! !