FileBrowserV2.st
changeset 12116 a31c1a79bc76
parent 11844 e8bed7c810d6
child 12326 33d33bae5c8c
--- a/FileBrowserV2.st	Thu Jan 17 12:17:46 2013 +0100
+++ b/FileBrowserV2.st	Thu Jan 17 12:18:10 2013 +0100
@@ -1729,6 +1729,8 @@
     "filter keyboard events.
      Return true, if I have eaten the event"
 
+    <resource: #keyboard (#Return )>
+
     |focusView key rawKey fileName|
 
     anEvent isKeyPressEvent ifTrue:[
@@ -2004,7 +2006,8 @@
 !FileBrowserV2 class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.202 2012-10-16 07:07:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.203 2013-01-17 11:18:10 cg Exp $'
 ! !
 
+
 FileBrowserV2 initialize!