changed: #fieldMenu
authorClaus Gittinger <cg@exept.de>
Tue, 29 Sep 2009 15:02:44 +0200
changeset 8800 ab79a72dfdec
parent 8799 1d12c3d835ba
child 8801 c33ddaec6bdc
changed: #fieldMenu
InspectorView.st
--- a/InspectorView.st	Tue Sep 29 14:58:12 2009 +0200
+++ b/InspectorView.st	Tue Sep 29 15:02:44 2009 +0200
@@ -631,6 +631,9 @@
                        ('Inspect'                      #doInspect              )
                        ('BasicInspect'                 #doBasicInspect         )
                        ('Inspect Hierarchical'         #doNewInspect           )
+             ).
+    items := items , (self optionalViewSelectionItems).
+    items := items , #(
                        ('-') 
                        ('Owners'                       #showOwners             )  
                        ('Ref Chains'                   #showReferences         )
@@ -645,7 +648,6 @@
     items := items , (self optionalMethodOrBlockSelectionItems).
     items := items , (self optionalStreamSelectionItems).
     items := items , (self optionalFilenameSelectionItems).
-    items := items , (self optionalViewSelectionItems).
 
     items := items , #(
                        ('-')
@@ -2163,5 +2165,5 @@
 !InspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.192 2009-09-29 12:58:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.193 2009-09-29 13:02:44 cg Exp $'
 ! !