]> git.lyx.org Git - lyx.git/commitdiff
lib/ui/stdmenus.inc: change 'Clipboard as xxx' to 'Plain Text as xxx'. I still think...
authorBo Peng <bpeng@lyx.org>
Sun, 7 Jan 2007 22:52:04 +0000 (22:52 +0000)
committerBo Peng <bpeng@lyx.org>
Sun, 7 Jan 2007 22:52:04 +0000 (22:52 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16590 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ui/stdmenus.inc

index 300afaf55a97095524cd6b938426d37d88fd0052..1a9339afb20ca84ee1883004e872b89af5c21928 100644 (file)
@@ -125,10 +125,11 @@ Menuset
        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
 
        Menu "edit_pasterecent"