UIBuilder.st
changeset 3703 ff56d68cc50d
parent 3471 fa2a226e3022
child 3740 ad60f51a17cd
--- a/UIBuilder.st	Wed Jun 22 16:31:48 2016 +0200
+++ b/UIBuilder.st	Thu Jul 07 20:21:31 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
               All Rights Reserved
@@ -104,7 +102,7 @@
                                         flag which is set when an interface is built
                                         by the UIPainter (as opposed to being built
                                         for the application).
-                                        Changes the way aspects are aquired,
+                                        Changes the way aspects are acquired,
                                         (actually, no models are created/set)
                                         to prevent false building when no
                                         real applicationModel is present.
@@ -465,7 +463,7 @@
 !UIBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.64 2015-05-09 07:51:11 cg Exp $'
+    ^ '$Header$'
 ! !