ModalBox.st
changeset 7661 fa9faa4f9526
parent 7584 7a00eb12dd75
child 7848 bccc2879a64e
--- a/ModalBox.st	Fri Nov 04 16:08:59 2016 +0100
+++ b/ModalBox.st	Fri Nov 04 16:11:16 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1990 by Claus Gittinger
 	      All Rights Reserved
@@ -609,7 +607,7 @@
 
 hideRequest
     "hide request from windowGroup (i.e. via Escape key).
-     Can be redefined in subclasses which dont like this"
+     Can be redefined in subclasses which don't like this"
 
     self hide
 !