Workspace.st
changeset 489 5816aa12fec8
parent 444 ef26eba8c854
child 578 5b82bc433c14
--- a/Workspace.st	Thu Mar 07 13:21:59 1996 +0100
+++ b/Workspace.st	Thu Mar 07 13:24:44 1996 +0100
@@ -499,6 +499,8 @@
 !
 
 editMenu
+    <resource: #keyboard (#DoIt #PrintIt #InspectIt)>
+
     |m idx|
 
     m := super editMenu.
@@ -522,7 +524,7 @@
 
     ^ m.
 
-    "Modified: 28.2.1996 / 17:47:58 / cg"
+    "Modified: 7.3.1996 / 13:14:15 / cg"
 !
 
 inspectIt
@@ -552,4 +554,4 @@
 !Workspace class methodsFor:'documentation'!
 
 version
-^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.41 1996-03-01 13:06:44 cg Exp $'! !
+^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.42 1996-03-07 12:24:44 cg Exp $'! !