WindowGroup.st
changeset 7889 29841335df8c
parent 7841 e65319f4ac8d
child 7914 2b8df8764892
--- a/WindowGroup.st	Mon Feb 13 20:42:39 2017 +0100
+++ b/WindowGroup.st	Mon Feb 13 20:45:39 2017 +0100
@@ -2433,7 +2433,7 @@
     |top nm dev devNm defaultDisplay|
 
     "ask my topView for the processName, and
-     optionally append the displayName (if its not the default)"
+     optionally append the displayName (if it's not the default)"
 
     topViews size ~~ 0 ifTrue:[
         top := topViews first.
@@ -2453,6 +2453,8 @@
     myProcess notNil ifTrue:[
         myProcess name:nm.
     ].
+
+    "Modified (format): / 13-02-2017 / 20:34:28 / cg"
 ! !
 
 !WindowGroup methodsFor:'keyboard control'!