Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/evince-toolbar.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-toolbar.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-toolbar.xml')
-rw-r--r--data/evince-toolbar.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/evince-toolbar.xml b/data/evince-toolbar.xml
index 060b938..ff0099e 100644
--- a/data/evince-toolbar.xml
+++ b/data/evince-toolbar.xml
@@ -9,6 +9,8 @@
<toolitem name="ViewZoom"/>
<toolitem name="ViewZoomIn"/>
<toolitem name="ViewZoomOut"/>
+ <toolitem name="EditRotateLeft"/>
+ <toolitem name="EditRotateRight"/>
<toolitem name="ViewBestFit"/>
<toolitem name="ViewPageWidth"/>
<toolitem name="FileOpen"/>