CodeView.st
changeset 1261 bdb18f73205c
parent 1106 7afde7c75396
child 1293 c0806b73dc48
--- a/CodeView.st	Thu Jul 03 12:58:47 1997 +0200
+++ b/CodeView.st	Thu Jul 03 14:27:05 1997 +0200
@@ -302,7 +302,7 @@
 
     <resource: #keyboard (#CommentSelection #UncommentSelection 
                           #Accept #Explain)>
-    <resource: #menu>
+    <resource: #programMenu>
 
     |m sub|
 
@@ -349,7 +349,7 @@
     ].
     ^ m.
 
-    "Modified: 7.3.1997 / 11:13:32 / cg"
+    "Modified: 3.7.1997 / 13:54:37 / cg"
 !
 
 explain
@@ -370,5 +370,5 @@
 !CodeView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.35 1997-03-07 10:15:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.36 1997-07-03 12:26:11 cg Exp $'
 ! !