CodeView.st
changeset 18 66bf62e27141
parent 10 a288b33897a5
child 27 a7dd7c7528a9
--- a/CodeView.st	Sat Jan 08 18:21:13 1994 +0100
+++ b/CodeView.st	Sat Jan 08 18:22:54 1994 +0100
@@ -26,7 +26,7 @@
 to the menu, and defines two actions: acceptAction to be performed for accept
 and explainAction to be performed for explain.
 
-$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.5 1993-12-16 11:00:30 claus Exp $
+$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.6 1994-01-08 17:22:54 claus Exp $
 written winter-89 by claus
 '!
 
@@ -56,7 +56,7 @@
                                '-'
                                'accept'
                                '-'
-                               'others ...'
+                               'others'
                                ).
 
     self middleButtonMenu:(PopUpMenu
@@ -83,7 +83,7 @@
                                      for:self).
 
     middleButtonMenu subMenuAt:#others put:(PopUpMenu
-                                labels:#(
+                                labels:(resources array:#(
                                          'search'
                                          'goto'
                                          '-'
@@ -93,9 +93,9 @@
                                          '-'
                                          'indent'
                                          '-'
-                                         'save as ..'
+                                         'save as ...'
                                          'print'
-                                        )
+                                        ))
                               selectors:#(
                                           search
                                           gotoLine