Commit 333953d9945efa0a8dd54acafc6a263cc53e3cf3
1 parent
e31acdcf
Exists in
master
and in
2 other branches
Adding "copy-as-html" action.
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
ui/window.xml
... | ... | @@ -165,6 +165,11 @@ |
165 | 165 | </item> |
166 | 166 | |
167 | 167 | <item> |
168 | + <attribute name="label" translatable="yes">Copy as HTML</attribute> | |
169 | + <attribute name="action">win.copy-html</attribute> | |
170 | + </item> | |
171 | + | |
172 | + <item> | |
168 | 173 | <attribute name="label" translatable="yes">Append to copy</attribute> |
169 | 174 | <attribute name="action">win.copy-append</attribute> |
170 | 175 | </item> | ... | ... |