EditTextView.st
changeset 2979 a15f8b2fbf90
parent 2978 b5b3527cbb6b
child 2984 2180fb7cba5f
--- a/EditTextView.st	Mon May 17 10:26:30 2004 +0200
+++ b/EditTextView.st	Mon May 17 10:27:11 2004 +0200
@@ -4615,7 +4615,7 @@
         m := sub
     ] ifFalse:[
         items := #(
-                        ('Undo'    undo                    )
+                        ('Undo'    undo             Undo   )
                         ('Again'   again            Again  )
                         ('-'                               )
                         ('Cut'     cut              Cut    )
@@ -5935,5 +5935,5 @@
 !EditTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.351 2004-05-17 08:26:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.352 2004-05-17 08:27:11 cg Exp $'
 ! !