diff options
author | raveit65 <[email protected]> | 2016-07-14 10:54:11 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-22 15:23:49 +0200 |
commit | 96ca9e82a9f98a2224f01fcdada6434a85fb29b0 (patch) | |
tree | 7b62f6d7198167467991ef0484566c506953f9af /data | |
parent | b0ec3f2702050fdbbb33e07f64dd518828d05883 (diff) | |
download | atril-96ca9e82a9f98a2224f01fcdada6434a85fb29b0.tar.bz2 atril-96ca9e82a9f98a2224f01fcdada6434a85fb29b0.tar.xz |
Add Send To action to file menu
It uses caja-sendto to allow you to send the current document by
email, to a removable device, etc. If caja-sendto command is not
present in path, the menu item is hidden.
https://bugzilla.gnome.org/show_bug.cgi?id=569913
Taken from:
https://git.gnome.org/browse/evince/commit/?id=c9ce578
Diffstat (limited to 'data')
-rw-r--r-- | data/atril-ui.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/atril-ui.xml b/data/atril-ui.xml index 4da6c125..823f7bd1 100644 --- a/data/atril-ui.xml +++ b/data/atril-ui.xml @@ -4,6 +4,7 @@ <menuitem name="FileOpenMenu" action="FileOpen"/> <menuitem name="FileOpenCopyMenu" action="FileOpenCopy"/> <menuitem name="FileSaveAsMenu" action="FileSaveAs"/> + <menuitem name="FileSendToMenu" action="FileSendTo"/> <separator/> <menuitem name="FilePrintMenu" action="FilePrint"/> <separator/> |