#OTHER by mawalch
authormawalch
Wed, 27 Jul 2016 15:00:36 +0200
changeset 7478 4865dd2c05c9
parent 7477 d3f6ca4941bf
child 7479 0d77199594d6
#OTHER by mawalch Grammar and spelling fixes.
XWorkstation.st
--- a/XWorkstation.st	Tue Jul 26 17:55:13 2016 +0200
+++ b/XWorkstation.st	Wed Jul 27 15:00:36 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
 COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -11,8 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-'From Smalltalk/X, Version:7.1.0.0 on 20-07-2016 at 15:21:49'                   !
-
 "{ Package: 'stx:libview' }"
 
 "{ NameSpace: Smalltalk }"
@@ -7868,7 +7864,7 @@
 	    ).
 
       Screen current
-	heightOf:'hello World gggÖÜ' from:1 to:15
+	heightOf:'hello World gggÖÜ' from:1 to:15
 	inFont:(Screen current getDefaultFontWithEncoding:#'iso10646-1')
     "
 !
@@ -9165,7 +9161,7 @@
     This remapping kludge is here to have all the widget's code backward/windows
     compatible while still having X11's middle button behavior.
 
-    Also note, that buttonTranslation is overwritten in display.rc,
+    Also note that buttonTranslation is overwritten in display.rc,
     the code is here just for a case display.rc is not read/available
     and for documentation (symbol references does not search .rc files).
     "