ToolApplicationModel.st
changeset 4007 fee18ec30eb3
parent 3958 1f59191ed855
child 4008 f7f1b89886ef
--- a/ToolApplicationModel.st	Fri Sep 01 10:00:04 2017 +0200
+++ b/ToolApplicationModel.st	Fri Sep 01 10:06:50 2017 +0200
@@ -1397,7 +1397,9 @@
 !
 
 menuHistory
-    "returns a dynamic history submenu"
+    "returns a dynamic history submenu.
+     Subclasses should define #history to provide history items which
+     implement printStringInMenu and are passed to loadFromHistoryEntry:"
 
     <resource: #programMenu >
 
@@ -1431,6 +1433,7 @@
     ^menu
 
     "Modified: / 09-09-2012 / 13:10:38 / cg"
+    "Modified (comment): / 01-09-2017 / 10:06:09 / cg"
 !
 
 remove:aHistoryEntry fromHistory: aHistory