]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-stock-icons.c
Updated Catalan translation
[evince.git] / shell / ev-stock-icons.c
index c318dedcf4036342634dcf453c37dd4884fb0185..003253cb0552ec9c2c700ecfa751fae579178d9b 100644 (file)
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
  */
 
-#include "ev-stock-icons.h"
+#include <config.h>
+
+#include <gtk/gtk.h>
+#include <gdk/gdk.h>
 
-#include <gtk/gtkiconfactory.h>
-#include <gtk/gtkstock.h>
-#include <gdk/gdkpixbuf.h>
+#include "ev-stock-icons.h"
 
 typedef struct {
        char *stock_id;
@@ -34,6 +35,7 @@ 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_VIEW_DUAL,        "view-page-facing" },