PopUpListController.st
changeset 4498 28344eaff198
parent 4489 ce4a04e397ad
--- 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 $'
 ! !