#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Mon, 13 Feb 2017 20:01:40 +0100
changeset 7880 bf75e8d6bbe1
parent 7879 88de5614b25a
child 7881 61258c63c944
#DOCUMENTATION by cg class: DisplayRootView comment/format in: #destroy
DisplayRootView.st
--- a/DisplayRootView.st	Mon Feb 13 20:01:31 2017 +0100
+++ b/DisplayRootView.st	Mon Feb 13 20:01:40 2017 +0100
@@ -143,9 +143,11 @@
 
 destroy
     "catch destroy - some windowmanagers get confused if
-     we destroy the rootWindow if its a virtual root window"
+     we destroy the rootWindow if it's a virtual root window"
 
     ^ self
+
+    "Modified (comment): / 13-02-2017 / 20:01:04 / cg"
 ! !
 
 !DisplayRootView methodsFor:'dummy'!