diff options
author | Tomas Popela <tpopela@redhat.com> | 2014-06-25 20:13:39 +0800 |
---|---|---|
committer | Tomas Popela <tpopela@redhat.com> | 2014-06-25 21:59:50 +0800 |
commit | b5d682209bd8394c4fcccd6f2dd84ad53143a60c (patch) | |
tree | 8859c95fbb8e35ebff2d8c14cbc89e49d65760b2 /e-util/e-html-editor-manager.ui | |
parent | 177b1a6abfe7b73d7534db819d52e3d87ad76756 (diff) | |
download | gsoc2013-evolution-b5d682209bd8394c4fcccd6f2dd84ad53143a60c.tar gsoc2013-evolution-b5d682209bd8394c4fcccd6f2dd84ad53143a60c.tar.gz gsoc2013-evolution-b5d682209bd8394c4fcccd6f2dd84ad53143a60c.tar.bz2 gsoc2013-evolution-b5d682209bd8394c4fcccd6f2dd84ad53143a60c.tar.lz gsoc2013-evolution-b5d682209bd8394c4fcccd6f2dd84ad53143a60c.tar.xz gsoc2013-evolution-b5d682209bd8394c4fcccd6f2dd84ad53143a60c.tar.zst gsoc2013-evolution-b5d682209bd8394c4fcccd6f2dd84ad53143a60c.zip |
Bug 731508 - [webkit-composer] no option to paste as text (without formatting)
Diffstat (limited to 'e-util/e-html-editor-manager.ui')
-rw-r--r-- | e-util/e-html-editor-manager.ui | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-html-editor-manager.ui b/e-util/e-html-editor-manager.ui index 75f2c34b20..1bdba8cfc6 100644 --- a/e-util/e-html-editor-manager.ui +++ b/e-util/e-html-editor-manager.ui @@ -12,6 +12,7 @@ <menuitem action='copy'/> <menuitem action='paste'/> <menuitem action='paste-quote'/> + <menuitem action='paste-as-text'/> <separator/> <menuitem action='select-all'/> <separator/> @@ -145,6 +146,7 @@ <menuitem action='copy'/> <menuitem action='paste'/> <menuitem action='paste-quote'/> + <menuitem action='paste-as-text'/> <separator/> <menuitem action='context-insert-link'/> <menuitem action='context-remove-link'/> |