Workspace.st
changeset 4252 2822c01f8582
parent 4251 2e01c273519d
child 4273 4e9e823f9e41
--- a/Workspace.st	Thu May 12 10:13:31 2011 +0200
+++ b/Workspace.st	Fri May 13 12:41:37 2011 +0200
@@ -1197,7 +1197,7 @@
 !Workspace methodsFor:'event handling'!
 
 keyPress:key x:x y:y
-    <resource: #keyboard (#DoIt #InspectIt #PrintIt #ReplaceIt #BrowseIt #ExpandIt)>
+    <resource: #keyboard (#DoIt #InspectIt #PrintIt #ReplaceIt #BrowseIt #ImplementorsOfIt #ExpandAbbreviation)>
 
     (key == #DoIt)      ifTrue:[self doIt. ^ self].
     (key == #InspectIt) ifTrue:[self inspectIt. ^ self].
@@ -1865,9 +1865,9 @@
 !Workspace class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.232 2011-05-12 08:13:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.233 2011-05-13 10:41:37 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.232 2011-05-12 08:13:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.233 2011-05-13 10:41:37 stefan Exp $'
 ! !