On Mon, Jan 15, 2007 at 10:16:48AM +0100, Leuven, E. wrote:
> > The latter is misleading, as every batch of lines separated by a blank
> > line will produce one paragraph. So there may be many "single lines"
> > produced. 
> > Also, calling it a "single line" is technically correct, but in the word
> > processor sense it is a "paragraph".
> 
> ok. but the first one doesn't need a qualifier i think
> 
> - Plain Text
> - Plain Text (Join Lines)


Would the attached patch be committable (1.5)?

- Martin 

Index: stdmenus.inc
===================================================================
--- stdmenus.inc        (revision 16710)
+++ stdmenus.inc        (working copy)
@@ -125,11 +125,11 @@
        End
 
        Menu "edit_paste"
-               Item "Plain Text as Lines|T" "clipboard-paste"
-               Item "Plain Text as Paragraphs|e" "clipboard-paste paragraph"
+               Item "Plain Text|T" "clipboard-paste"
+               Item "Plain Text, Join Lines|J" "clipboard-paste paragraph"
                Separator
-               Item "Selection as Lines|L" "primary-selection-paste"
-               Item "Selection as Paragraphs|P" "primary-selection-paste 
paragraph"
+               Item "Selection|S" "primary-selection-paste"
+               Item "Selection, Join Lines|i" "primary-selection-paste 
paragraph"
        End
 
        Menu "edit_pasterecent"
@@ -377,8 +377,8 @@
 
        Menu "insert_file"
                Item "LyX Document...|X" "file-insert"
-               Item "Plain Text as Lines...|L" "file-insert-plaintext"
-               Item "Plain Text as Paragraphs...|P" 
"file-insert-plaintext-para"
+               Item "Plain Text...|T" "file-insert-plaintext"
+               Item "Plain Text, Join Lines...|J" "file-insert-plaintext-para"
                Separator
                Item "External Material...|M" "dialog-show-new-inset external"
                Item "Child Document...|d" "dialog-show-new-inset include"

Attachment: pgpZZ1VZS6vU1.pgp
Description: PGP signature

Reply via email to