Print accel was wrong
authorClaus Gittinger <cg@exept.de>
Thu, 30 May 1996 17:48:41 +0200
changeset 731 c5046b75640f
parent 730 66a70c4860ea
child 732 1b1520ba6c56
Print accel was wrong
TextView.st
--- a/TextView.st	Thu May 30 17:47:50 1996 +0200
+++ b/TextView.st	Thu May 30 17:48:41 1996 +0200
@@ -849,6 +849,7 @@
                            #Copy
                            nil
                            nil
+                           nil
                            #Find
                            #GotoLine
                            nil
@@ -861,7 +862,7 @@
     ].
     ^ m
 
-    "Modified: 6.5.1996 / 16:11:39 / cg"
+    "Modified: 30.5.1996 / 17:46:48 / cg"
 !
 
 gotoLine
@@ -2214,5 +2215,5 @@
 !TextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.58 1996-05-29 14:40:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.59 1996-05-30 15:48:41 cg Exp $'
 ! !