mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-21 06:14:08 -06:00
RichEdit: 'Paste plain text' -> 'Paste without formatting'
This commit is contained in:
parent
c1f441032c
commit
a16cfe08ea
1 changed files with 1 additions and 1 deletions
|
|
@ -319,7 +319,7 @@ void RichEdit::PasteTool(Bar& bar, dword key)
|
|||
|
||||
void RichEdit::PastePlainTextTool(Bar& bar, dword key)
|
||||
{
|
||||
bar.Add(!IsReadOnly() && IsClipboardAvailableText(), "Paste plain text..", [=] {
|
||||
bar.Add(!IsReadOnly() && IsClipboardAvailableText(), t_("Paste without formating"), [=] {
|
||||
useraction = true;
|
||||
PasteText(AsRichText(ReadClipboardUnicodeText(), GetFormatInfo()));
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue