Tools__Inspector2.st
changeset 18494 4cc60a44f50d
parent 18464 74893c113f66
child 18496 74702babe6bb
--- a/Tools__Inspector2.st	Fri Oct 26 09:50:25 2018 +0200
+++ b/Tools__Inspector2.st	Sat Oct 27 19:13:48 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2006 by eXept Software AG
 	      All Rights Reserved
@@ -692,7 +694,7 @@
      #(Menu
         (
          (MenuItem
-            label: 'Suppress Pseudo Slots (Extra Attribtues)'
+            label: 'Suppress Pseudo Slots (Extra Attributes)'
             itemValue: suppressPseudoSlotsHolderChanged
             indication: suppressPseudoSlotsHolder
           )
@@ -729,6 +731,7 @@
       )
 
     "Modified: / 18-07-2017 / 15:21:11 / cg"
+    "Modified: / 27-10-2018 / 19:13:38 / Claus Gittinger"
 ! !
 
 !Inspector2 class methodsFor:'startup'!