Tools__ViewTreeApplication.st
changeset 3689 d0440cfff708
parent 3674 693d13243c07
child 3692 b8a662f98f30
--- a/Tools__ViewTreeApplication.st	Mon Jul 15 15:40:25 2019 +0200
+++ b/Tools__ViewTreeApplication.st	Mon Jul 15 18:54:24 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2007 by eXept Software AG
 	      All Rights Reserved
@@ -721,7 +719,7 @@
             label: '-'
           )
          (MenuItem
-            label: 'Destroy'
+            label: 'Destroy View'
             itemValue: doDestroy
             labelImage: (ResourceRetriever ToolbarIconLibrary erase16x16Icon 'Destroy')
           )
@@ -773,7 +771,7 @@
         nil
       )
 
-    "Modified: / 30-10-2018 / 16:24:49 / Claus Gittinger"
+    "Modified: / 15-07-2019 / 18:51:11 / Claus Gittinger"
 !
 
 middleButtonMenuForMenuItems