diff -r 4e63bbdb266a -r 04ec3fda7c11 EnterBox.st --- a/EnterBox.st Sat May 06 16:18:13 1995 +0200 +++ b/EnterBox.st Sun May 07 02:16:56 1995 +0200 @@ -37,7 +37,7 @@ version " -$Header: /cvs/stx/stx/libwidg/EnterBox.st,v 1.22 1995-05-06 14:17:02 claus Exp $ +$Header: /cvs/stx/stx/libwidg/EnterBox.st,v 1.23 1995-05-07 00:16:00 claus Exp $ " ! @@ -300,7 +300,7 @@ " forward keyboard input to the enterfield " - self delegate:(KeyboardForwarder to:enterField condition:#noFocus). + self delegate:(KeyboardForwarder toView:enterField condition:#noFocus). enterField hasKeyboardFocus:true. !