MenuEditor.st
changeset 1715 9eebdb3802aa
parent 1711 548d690e780f
child 1722 517efee14b0d
--- a/MenuEditor.st	Wed May 07 16:13:09 2003 +0200
+++ b/MenuEditor.st	Wed May 07 16:37:42 2003 +0200
@@ -2317,7 +2317,7 @@
     selectionHolder value:selection.
 ! !
 
-!MenuEditor methodsFor:'user actions - aspects'!
+!MenuEditor methodsFor:'user actions-aspects'!
 
 collectActionSelectors
     |selectors|
@@ -2373,7 +2373,7 @@
     ].
 ! !
 
-!MenuEditor methodsFor:'user actions - building'!
+!MenuEditor methodsFor:'user actions-building'!
 
 doNew
     "clear editing menu; start from scratch
@@ -2473,7 +2473,7 @@
     ].
 ! !
 
-!MenuEditor methodsFor:'user actions - creation'!
+!MenuEditor methodsFor:'user actions-creation'!
 
 doCreateDelayedMenu:what
     |selectedItem delayedItem|
@@ -2552,7 +2552,7 @@
     ].
 ! !
 
-!MenuEditor methodsFor:'user actions - editing'!
+!MenuEditor methodsFor:'user actions-editing'!
 
 doCopy
     "copy selected menuItems to the clipboard
@@ -2643,7 +2643,7 @@
     ].
 ! !
 
-!MenuEditor methodsFor:'user actions - hierarchy'!
+!MenuEditor methodsFor:'user actions-hierarchy'!
 
 doMoveIn:aDirection
     "move selected item into the next (#inNext) or previous (#inPrev) item