diff options
author | raveit65 <[email protected]> | 2017-08-22 17:24:33 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-08-28 16:04:01 +0200 |
commit | 5891c789db9e0d6828a4ab0a9b4c77d57138ae0f (patch) | |
tree | 0c4ebe6daa002e9ca094e32fb19b7e47b3a94c3f /data | |
parent | 1407d52f712f3616e9420030726e2fbd1afbb45e (diff) | |
download | atril-5891c789db9e0d6828a4ab0a9b4c77d57138ae0f.tar.bz2 atril-5891c789db9e0d6828a4ab0a9b4c77d57138ae0f.tar.xz |
Add an option to remove annotations to the view popup menu
https://bugzilla.gnome.org/show_bug.cgi?id=649044
inspired by:
https://git.gnome.org/browse/evince/commit/?id=0f19833
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 d6161396..579651e5 100644 --- a/data/atril-ui.xml +++ b/data/atril-ui.xml @@ -95,6 +95,7 @@ <menuitem name="SaveAttachmentAs" action="SaveAttachmentAs"/> <separator/> <menuitem name="AnnotProperties" action="AnnotProperties"/> + <menuitem name="RemoveAnnot" action="RemoveAnnot"/> </popup> <popup name="AttachmentPopup" action="AttachmentPopupAction"> |