UIPainterView.st
changeset 1785 300261fabf7d
parent 1752 78d47dc11501
child 1805 cf1a9d636bf7
--- a/UIPainterView.st	Mon Feb 09 12:31:49 2004 +0100
+++ b/UIPainterView.st	Mon Feb 09 14:26:21 2004 +0100
@@ -1139,7 +1139,7 @@
 
     alreadyInSuperclass := targetClass superclass canUnderstand:selector.
 
-    code := '!!' , targetClass name , ' methodsFor:''menu actions''!!\\'.
+    code := '!!' , targetClass name , ' methodsFor:''' , CodeGeneratorTool categoryForMenuActionsMethods , '''!!\\'.
 
     selector = 'openAboutThisApplication' ifTrue:[
         code := code ,