#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 22 Sep 2016 15:14:25 +0200
changeset 7584 7a00eb12dd75
parent 7583 bf634c0cb14d
child 7585 5c5e44bad956
#DOCUMENTATION by cg class: ModalBox comment/format in: #hide
ModalBox.st
--- 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
     ].