mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
57686e9d61
commit
b7f4f88f2f
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user