lib/ui/stdmenus.inc: change 'Clipboard as xxx' to 'Plain Text as xxx'. I still think we should remove 'Selection as xxx'.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16590 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bo Peng 2007-01-07 22:52:04 +00:00
parent 57686e9d61
commit b7f4f88f2f

View 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"