# HG changeset patch # User Claus Gittinger # Date 1563209664 -7200 # Node ID d0440cfff708da35511d5b3215d93c023d741362 # Parent 7f25d19879963461bc337fd9a7d78d07c39c7c3e #UI_ENHANCEMENT by cg class: Tools::ViewTreeInspectorApplication class changed: #middleButtonMenu diff -r 7f25d1987996 -r d0440cfff708 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