#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Sun, 26 Aug 2018 19:18:48 +0200
changeset 6409 9f21c00d1e13
parent 6408 d351185a4ae3
child 6410 2316993d032e
#BUGFIX by cg class: EnterBox comment/format in: #title:
EnterBox.st
--- a/EnterBox.st	Sun Aug 26 19:18:25 2018 +0200
+++ b/EnterBox.st	Sun Aug 26 19:18:48 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1990 by Claus Gittinger
 	      All Rights Reserved
@@ -432,7 +434,7 @@
 !
 
 title:aString
-    "set the title to be displayed at top of enterBox"
+    "set the title to be displayed at top of the enterBox"
 
     |oldSize|
 
@@ -449,6 +451,8 @@
             self sizeChanged:nil.
         ]
     ]
+
+    "Modified (comment): / 26-08-2018 / 18:10:08 / Claus Gittinger"
 !
 
 title:titleString okText:okString