CodeView.st
changeset 2922 70e3f3ec7980
parent 2867 4d21f141d0c9
child 3021 31557e9be5ec
--- a/CodeView.st	Wed Mar 03 09:36:36 2004 +0100
+++ b/CodeView.st	Wed Mar 03 17:51:48 2004 +0100
@@ -203,6 +203,7 @@
                 ('-')
                 ('Accept'       accept          Accept)       
             )
+          resources:resources  
           after:#inspectIt.
 
         (acceptEnabled == false 
@@ -220,6 +221,7 @@
                 ('-')
                 ('Explain'       explain          Explain)       
             )
+          resources:resources  
           after:#gotoLine.
 
         formatAction notNil ifTrue:[
@@ -230,6 +232,7 @@
                   addItemList:#(
                         ('Format'       format          Format)       
                     )
+                  resources:resources  
                   after:#indent.
             ].
         ].
@@ -278,5 +281,5 @@
 !CodeView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.50 2004-02-12 15:00:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.51 2004-03-03 16:51:48 cg Exp $'
 ! !