#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Mon, 13 Feb 2017 20:45:39 +0100
changeset 7889 29841335df8c
parent 7888 2618ac4978d3
child 7890 c17c1d0f55ff
#OTHER by cg comment/format
WindowGroup.st
--- 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'!