[EMAIL PROTECTED] schrieb:
Author: bpeng
Date: Sun Jan  7 23:52:04 2007
New Revision: 16590

URL: http://www.lyx.org/trac/changeset/16590
Log:
lib/ui/stdmenus.inc: change 'Clipboard as xxx' to 'Plain Text as xxx'. I still 
think we should remove 'Selection as xxx'.

Modified:
    lyx-devel/trunk/lib/ui/stdmenus.inc

Modified: lyx-devel/trunk/lib/ui/stdmenus.inc
URL: http://www.lyx.org/trac/file/lyx-devel/trunk/lib/ui/stdmenus.inc?rev=16590
==============================================================================
--- lyx-devel/trunk/lib/ui/stdmenus.inc (original)
+++ lyx-devel/trunk/lib/ui/stdmenus.inc Sun Jan  7 23:52:04 2007
@@ -125,10 +125,11 @@
        End
Menu "edit_paste"
-               Item "Clipboard as Lines|C" "clipboard-paste"
-               Item "Clipboard as Paragraphs|a" "clipboard-paste paragraph"
-               Item "Selection as Lines|L" "primary-selection-paste"
-               Item "Selection as Paragraphs|P" "primary-selection-paste 
paragraph"
+               Item "Plain Text as Lines|i" "clipboard-paste"
+               Item "Plain Text as Paragraphs|a" "clipboard-paste paragraph"
+               Separator
+               Item "Paste Selection as Lines|L" "primary-selection-paste"
+               Item "Paste Selection as Paragraphs|P" "primary-selection-paste 
paragraph"
        End
Bo,

why do you use the term "Paste" for the last two entries but not for the first two entries. This looks inconsistent. In fact, I would remove it everywhere (as before)

Michael

Reply via email to