MenuEditor.st
changeset 1785 300261fabf7d
parent 1780 5f831e1fc839
child 1788 0df267eaba2c
--- a/MenuEditor.st	Mon Feb 09 12:31:49 2004 +0100
+++ b/MenuEditor.st	Mon Feb 09 14:26:21 2004 +0100
@@ -2361,14 +2361,14 @@
     self collectActionSelectors do:[:aSelector|
         self createActionMethodFor:aSelector
                                 in:cls
-                          category:'menu - actions'
+                          category:CodeGeneratorTool categoryForMenuActionsMethods
                           redefine:redefineAspectMethods.
     ].
 
     self collectAspectSelectors do:[:anAspect|
         self createAspectMethodFor:anAspect
                                 in:cls
-                          category:'menu - aspects'
+                          category:CodeGeneratorTool categoryForMenuActionsMethods
                           redefine:redefineAspectMethods
     ].
 ! !