Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-stock-icons.h
diff options
context:
space:
mode:
authorLuca Ferretti <elle.uca@libero.it>2005-02-09 10:47:45 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-02-09 10:47:45 (GMT)
commitc65f029b1669d2aae4417169d6b0c25969521d47 (patch)
treecfa34bdcd53578b67888f412dd212b28c8c20958 /shell/ev-stock-icons.h
parent9fc99e3207e7917a5c09fef1a961f8cdf45ce7ed (diff)
Improve toolbar layout/icons
2005-02-09 Luca Ferretti <elle.uca@libero.it> * data/Makefile.am: * data/evince-ui.xml: * shell/ev-stock-icons.c: (ev_stock_icons_init): * shell/ev-stock-icons.h: * shell/ev-window.c: (update_action_sensitivity), (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page), (set_action_properties): Improve toolbar layout/icons
Diffstat (limited to 'shell/ev-stock-icons.h')
-rw-r--r--shell/ev-stock-icons.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/shell/ev-stock-icons.h b/shell/ev-stock-icons.h
index 52c54cf..55616dd 100644
--- a/shell/ev-stock-icons.h
+++ b/shell/ev-stock-icons.h
@@ -28,9 +28,10 @@
G_BEGIN_DECLS
-/* Toolbar icons */
-#define EV_STOCK_ZOOM_FIT_WIDTH "ev-zoom-fit-width"
-#define EV_STOCK_LEAVE_FULLSCREEN "stock_leave-fullscreen"
+/* Evince stock icons */
+#define EV_STOCK_ZOOM_PAGE "stock_zoom-page"
+#define EV_STOCK_ZOOM_WIDTH "stock_zoom-page-width"
+#define EV_STOCK_LEAVE_FULLSCREEN "stock_leave-fullscreen"
void ev_stock_icons_init (void);