oops - doIt and friends were not translated
authorClaus Gittinger <cg@exept.de>
Wed, 03 Mar 2004 17:51:48 +0100
changeset 2922 70e3f3ec7980
parent 2921 98a81e13d412
child 2923 1eaa937f0568
oops - doIt and friends were not translated
CodeView.st
Workspace.st
--- 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 $'
 ! !
--- a/Workspace.st	Wed Mar 03 09:36:36 2004 +0100
+++ b/Workspace.st	Wed Mar 03 17:51:48 2004 +0100
@@ -1040,6 +1040,7 @@
                 ('-'                                                                )
                 ('TimeIt'               timeIt                                      )
                 ('SpyOnIt'              spyOnIt                                     ))
+          resources:resources  
           after:#gotoLine.
 
         subsub := sub subMenuAt:#tools.
@@ -1049,6 +1050,7 @@
                     ('-'                                                                )
                     ('Comment'              commentSelection        CommentSelection    )
                     ('Uncomment'            uncommentSelection      UncommentSelection  ))
+              resources:resources  
               after:#'indent'.
         ].
 
@@ -1092,6 +1094,7 @@
                 ('DoIt'         doIt        DoIt     )
                 ('PrintIt'      printIt     PrintIt  )
                 ('InspectIt'    inspectIt   InspectIt))
+              resources:resources  
               after:idx.
             
         ].
@@ -1174,5 +1177,5 @@
 !Workspace class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.137 2004-02-19 14:22:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.138 2004-03-03 16:51:34 cg Exp $'
 ! !