#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Mon, 15 Jul 2019 18:54:24 +0200
changeset 3689 d0440cfff708
parent 3688 7f25d1987996
child 3690 79c13fe7d6bc
#UI_ENHANCEMENT by cg class: Tools::ViewTreeInspectorApplication class changed: #middleButtonMenu
Tools__ViewTreeApplication.st
--- 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