oops
authorClaus Gittinger <cg@exept.de>
Fri, 18 Jan 2013 10:50:30 +0100
changeset 4498 28344eaff198
parent 4497 bd0b3a526f28
child 4499 c71755f2c04a
oops
PopUpListController.st
--- a/PopUpListController.st	Fri Jan 18 01:03:51 2013 +0100
+++ b/PopUpListController.st	Fri Jan 18 10:50:30 2013 +0100
@@ -79,7 +79,7 @@
     "pull menu on Return and space, if I am the focusView of my group
      (i.e. if I got an explicit focus)"
 
-    <resource: #keyboard ("#Return" #CursorUp #CursorDown #Space)>
+    <resource: #keyboard (#Return #CursorUp #CursorDown #Space)>
 
     |menu|
 
@@ -117,6 +117,6 @@
 !PopUpListController class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/PopUpListController.st,v 1.15 2013-01-17 10:42:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/PopUpListController.st,v 1.16 2013-01-18 09:50:30 cg Exp $'
 ! !