UIObjectView.st
changeset 3581 e8ae5a7267d8
parent 3555 1ac9575a6015
child 3647 7833be8fb641
--- a/UIObjectView.st	Sat Jul 28 12:03:42 2018 +0200
+++ b/UIObjectView.st	Sun Jul 29 10:01:24 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1995 by eXept Software AG
 	      All Rights Reserved
@@ -696,11 +698,13 @@
 !
 
 map
-    "make the view visible on the screen and in case of a none empty
+    "make the view visible on the screen and in case of a non-empty
      selection the selection will be shown.
     "
     super map.
     self showSelection.
+
+    "Modified (comment): / 29-07-2018 / 10:01:02 / Claus Gittinger"
 !
 
 realize
@@ -713,10 +717,12 @@
 !
 
 remap
-    "make the view visible on the screen and in case of a none empty
+    "make the view visible on the screen and in case of a non-empty
      selection the selection will be shown"
 
     self shouldNotImplement
+
+    "Modified (comment): / 29-07-2018 / 10:00:58 / Claus Gittinger"
 ! !
 
 !UIObjectView methodsFor:'misc'!