Commit 5e9730a49782cc6bb7526e9adbe6f39ad52a15ed

Authored by Perry Werneck
1 parent 333953d9

Adding copy-image menu option.

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
@@ -170,6 +170,11 @@ @@ -170,6 +170,11 @@
170 </item> 170 </item>
171 171
172 <item> 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 <attribute name="label" translatable="yes">Append to copy</attribute> 178 <attribute name="label" translatable="yes">Append to copy</attribute>
174 <attribute name="action">win.copy-append</attribute> 179 <attribute name="action">win.copy-append</attribute>
175 </item> 180 </item>