OrderedCollectionInspectorView.st
changeset 1235 13610578a5d2
parent 1040 5835207bcb3e
child 1666 c9fdd884d706
--- a/OrderedCollectionInspectorView.st	Thu Jul 03 14:25:48 1997 +0200
+++ b/OrderedCollectionInspectorView.st	Thu Jul 03 14:29:38 1997 +0200
@@ -79,7 +79,7 @@
 fieldMenu
     "return the menu for the field-list"
 
-    <resource: #menu>
+    <resource: #programMenu>
 
     |labels selectors m|
 
@@ -162,7 +162,7 @@
 
     ^ m
 
-    "Modified: 25.2.1997 / 20:13:14 / cg"
+    "Modified: 3.7.1997 / 13:54:15 / cg"
 ! !
 
 !OrderedCollectionInspectorView methodsFor:'user interaction'!
@@ -226,5 +226,5 @@
 !OrderedCollectionInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.18 1997-02-25 19:18:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.19 1997-07-03 12:29:38 cg Exp $'
 ! !