From c65f029b1669d2aae4417169d6b0c25969521d47 Mon Sep 17 00:00:00 2001 From: Luca Ferretti Date: Wed, 09 Feb 2005 10:47:45 +0000 Subject: Improve toolbar layout/icons 2005-02-09 Luca Ferretti * 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 --- (limited to 'shell/ev-stock-icons.h') 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); -- cgit v0.9.1