Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/evince-ui.xml
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2006-11-11 20:33:50 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-11-11 20:33:50 (GMT)
commitb8c8c193b62bd30906b6954b4dddbd5331eca08e (patch)
tree591bc530bdbe0d2025af1faa2d2679228aa4d64c /data/evince-ui.xml
parent10bc573b2c8a5f813aa9b182861980239836a2da (diff)
Add rotate right and rotate left to available items for toolbar.
2006-11-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * data/evince-toolbar.xml: Add rotate right and rotate left to available items for toolbar. * data/evince-ui.xml: * shell/ev-window.c: (ev_window_init): Customize toolbar with right click. Fixes bug #372451.
Diffstat (limited to 'data/evince-ui.xml')
-rw-r--r--data/evince-ui.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/evince-ui.xml b/data/evince-ui.xml
index 13c0518..c029404 100644
--- a/data/evince-ui.xml
+++ b/data/evince-ui.xml
@@ -79,6 +79,10 @@
<menuitem name="SaveAttachmentAs" action="SaveAttachmentAs"/>
</popup>
+ <popup name="ToolbarPopup" action="ToolbarPopupAction">
+ <menuitem name="EditToolbarMenu" action="EditToolbar"/>
+ </popup>
+
<accelerator name="PageDownAccel" action="PageDown"/>
<accelerator name="PageUpAccel" action="PageUp"/>
<accelerator name="GoBackwardFastAccel" action="GoBackwardFast"/>