DisplaySurface.st
changeset 8254 456f5eb842de
parent 8219 2e7b11bcbcd8
child 8257 94cdb2927cb3
--- a/DisplaySurface.st	Tue Jan 16 22:14:27 2018 +0100
+++ b/DisplaySurface.st	Wed Jan 17 15:30:14 2018 +0100
@@ -527,7 +527,7 @@
      Notice, that this method only changes the cursor for a SINGLE (sub-)view.
      Most applications want to have the cursor changed in all of its views.
      Use 'aView windowGroup withCursor:do:' or 'aView topView withCursor:do:'
-     to acomplish this."
+     to accomplish this."
 
     |savedCursor|
 
@@ -543,7 +543,8 @@
         self cursor:savedCursor now:true
     ]
 
-    "Modified: 27.2.1997 / 17:20:43 / cg"
+    "Modified: / 27-02-1997 / 17:20:43 / cg"
+    "Modified (comment): / 17-01-2018 / 15:18:35 / mawalch"
 !
 
 withExecuteCursorDo:aBlock