ModalBox.st
changeset 7584 7a00eb12dd75
parent 7264 84b62bae4dc0
child 7661 fa9faa4f9526
--- a/ModalBox.st	Thu Sep 22 15:07:07 2016 +0200
+++ b/ModalBox.st	Thu Sep 22 15:14:25 2016 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1990 by Claus Gittinger
 	      All Rights Reserved
@@ -596,7 +598,7 @@
          We need a short delay here, since at this time, the expose event has
          not yet arrived.
         "
-        device sync.     "/ thats a round trip, to ensure that all expose events are present..."
+        device sync.     "/ that's a round trip, to ensure that all expose events are present..."
         Delay waitForSeconds:0.05.
         masterGroup processExposeEvents
     ].