diff -r d10fe3a5f0cf -r 5816aa12fec8 CodeView.st --- a/CodeView.st Thu Mar 07 13:21:59 1996 +0100 +++ b/CodeView.st Thu Mar 07 13:24:44 1996 +0100 @@ -164,6 +164,9 @@ to make this independent from what is defined in superclasses, get the superclass menu and add my functions." + + |m sub| m := super editMenu. @@ -205,7 +208,7 @@ ]. ^ m. - "Modified: 4.3.1996 / 23:21:58 / cg" + "Modified: 7.3.1996 / 13:13:55 / cg" ! explain @@ -248,5 +251,5 @@ !CodeView class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.28 1996-03-04 22:25:31 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.29 1996-03-07 12:24:21 cg Exp $' ! !