Commit 5e9730a49782cc6bb7526e9adbe6f39ad52a15ed
1 parent
333953d9
Exists in
master
and in
2 other branches
Adding copy-image menu option.
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
ui/window.xml
... | ... | @@ -170,6 +170,11 @@ |
170 | 170 | </item> |
171 | 171 | |
172 | 172 | <item> |
173 | + <attribute name="label" translatable="yes">Copy as image</attribute> | |
174 | + <attribute name="action">win.copy-pixbuff</attribute> | |
175 | + </item> | |
176 | + | |
177 | + <item> | |
173 | 178 | <attribute name="label" translatable="yes">Append to copy</attribute> |
174 | 179 | <attribute name="action">win.copy-append</attribute> |
175 | 180 | </item> | ... | ... |