EditTextView.st
changeset 3550 4d8ee421926c
parent 3549 569d0e4ab5a3
child 3566 ec70ed6b09fa
--- a/EditTextView.st	Mon Feb 04 17:14:07 2008 +0100
+++ b/EditTextView.st	Mon Feb 04 17:17:01 2008 +0100
@@ -5173,9 +5173,10 @@
                     ('AutoIndent \c'    autoIndent:             )
                     ('InsertMode \c'    insertMode:             )
                     ('-'                                        )
-                    ('Paste Previous \c' pasteOrReplaceFromHistory CmdV )
+                    ('Paste Previous'   pasteOrReplaceFromHistory CmdV )
+                    ('Join Lines'       joinLines                 Join )
                     ('-'                                        )
-                    ('Learn Macro \c'     learnMode:                  LearnKeyboardMacro)
+                    ('Learn Macro'      learnMode:                  LearnKeyboardMacro)
                     ('Execute Macro'    executeLearnedKeyboardMacro ExecuteKeyboardMacro )
                     ('-'                                        )
                     ('Insert File...'              insertFile                 )
@@ -7221,5 +7222,5 @@
 !EditTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.423 2008-02-04 16:14:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.424 2008-02-04 16:17:01 cg Exp $'
 ! !