DisplayRootView.st
changeset 7880 bf75e8d6bbe1
parent 7654 d38246725fb7
child 7979 46a3a8b1ee23
--- 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'!