changed: #editMenu
authorClaus Gittinger <cg@exept.de>
Fri, 20 Jul 2012 11:22:08 +0200
changeset 11630 767544a6b3f7
parent 11629 b45b48667096
child 11631 7dd374f80a3a
changed: #editMenu alphabetical instvars
ContextInspectorView.st
--- a/ContextInspectorView.st	Fri Jul 20 11:21:54 2012 +0200
+++ b/ContextInspectorView.st	Fri Jul 20 11:22:08 2012 +0200
@@ -436,6 +436,7 @@
     ].
 
     items := items , (self numberBaseItems).
+    items := items , (self sortOrderItems).
 
     m := PopUpMenu
           itemList:items
@@ -453,7 +454,7 @@
     ].
     ^ m
 
-    "Modified: / 03-08-2011 / 15:02:49 / cg"
+    "Modified: / 20-07-2012 / 10:51:12 / cg"
 ! !
 
 !ContextInspectorView methodsFor:'private'!
@@ -671,9 +672,9 @@
 !ContextInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.78 2012-06-03 13:32:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.79 2012-07-20 09:22:08 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.78 2012-06-03 13:32:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.79 2012-07-20 09:22:08 cg Exp $'
 ! !