#DOCUMENTATION by mawalch
authormawalch
Wed, 17 Jan 2018 15:30:14 +0100
changeset 8254 456f5eb842de
parent 8253 fcffe5ec578f
child 8255 ed3cab4edb84
#DOCUMENTATION by mawalch class: DisplaySurface comment/format in: #withCursor:do:
DisplaySurface.st
--- 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