X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-stock-icons.c;h=003253cb0552ec9c2c700ecfa751fae579178d9b;hb=0be3be0d4166be324d628802772e99cacd336f11;hp=799878ddaf3378d581b6348b013be9cb6613ec49;hpb=fb53dffc05b5bf6f767a6b33abf6eabb627e7644;p=evince.git diff --git a/shell/ev-stock-icons.c b/shell/ev-stock-icons.c index 799878dd..003253cb 100644 --- a/shell/ev-stock-icons.c +++ b/shell/ev-stock-icons.c @@ -21,11 +21,12 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. */ -#include "ev-stock-icons.h" +#include + +#include +#include -#include -#include -#include +#include "ev-stock-icons.h" typedef struct { char *stock_id; @@ -34,13 +35,14 @@ typedef struct { /* Evince stock icons */ static const EvStockIcon stock_icons [] = { + { EV_STOCK_ZOOM, "zoom" }, { EV_STOCK_ZOOM_PAGE, "zoom-fit-page" }, { EV_STOCK_ZOOM_WIDTH, "zoom-fit-width" }, - { EV_STOCK_LEAVE_FULLSCREEN, "view-restore" }, { EV_STOCK_VIEW_DUAL, "view-page-facing" }, { EV_STOCK_VIEW_CONTINUOUS, "view-page-continuous" }, { EV_STOCK_ROTATE_LEFT, "object-rotate-left"}, { EV_STOCK_ROTATE_RIGHT, "object-rotate-right"}, + { EV_STOCK_RUN_PRESENTATION, "x-office-presentation"}, }; /**