PopUpListController.st
changeset 4489 ce4a04e397ad
parent 3919 9a5d0db0c12e
child 4498 28344eaff198
--- a/PopUpListController.st	Thu Jan 17 11:42:02 2013 +0100
+++ b/PopUpListController.st	Thu Jan 17 11:42:07 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,5 +117,6 @@
 !PopUpListController class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/PopUpListController.st,v 1.14 2009-09-15 19:03:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/PopUpListController.st,v 1.15 2013-01-17 10:42:07 cg Exp $'
 ! !
+