checkin from browser
authorClaus Gittinger <cg@exept.de>
Wed, 24 Mar 1999 21:12:12 +0100
changeset 1819 963883688bc7
parent 1818 aa16d9b96e40
child 1820 4069e1ed5d3f
checkin from browser
ETxtView.st
EditTextView.st
--- a/ETxtView.st	Wed Mar 24 21:06:11 1999 +0100
+++ b/ETxtView.st	Wed Mar 24 21:12:12 1999 +0100
@@ -3668,7 +3668,7 @@
                   ).
     ] ifFalse:[
         items := #(
-                        ('undo'     undo                   )
+"/                        ('undo'     undo                   )
                         ('again'   again            Again  )
                         ('-'                               )
                         ('copy'    copySelection    Copy   )
@@ -4541,5 +4541,5 @@
 !EditTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Attic/ETxtView.st,v 1.196 1999-03-24 20:06:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Attic/ETxtView.st,v 1.197 1999-03-24 20:12:12 cg Exp $'
 ! !
--- a/EditTextView.st	Wed Mar 24 21:06:11 1999 +0100
+++ b/EditTextView.st	Wed Mar 24 21:12:12 1999 +0100
@@ -3668,7 +3668,7 @@
                   ).
     ] ifFalse:[
         items := #(
-                        ('undo'     undo                   )
+"/                        ('undo'     undo                   )
                         ('again'   again            Again  )
                         ('-'                               )
                         ('copy'    copySelection    Copy   )
@@ -4541,5 +4541,5 @@
 !EditTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.196 1999-03-24 20:06:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.197 1999-03-24 20:12:12 cg Exp $'
 ! !