InputView.st
changeset 4439 bf5e63a55ea1
parent 3772 18f86fffbd1c
child 4440 7ad4e1da35ce
--- a/InputView.st	Mon Feb 03 19:20:38 2020 +0100
+++ b/InputView.st	Mon Feb 17 17:54:05 2020 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1990 by Claus Gittinger
 	      All Rights Reserved
@@ -41,7 +43,7 @@
     a view for input only - forwarding all events to another object.
     This kind of view can be used to be laid on top of another view to catch all
     input. (Interface builder)
-    NOTICE: the event forwarding is a leftover from times when not delegation mechanism
+    NOTICE: the event forwarding is a leftover from times when no delegation mechanism
             existed - it will vanish - use delegates for new code.
 
     [author:]