]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-stock-icons.c
Bug 575085 – titles not translated in the nautilus tab
[evince.git] / shell / ev-stock-icons.c
index 09536ca709c749f284a7438ce7a60e2f98edb9d3..e1049c973d5520ceb56bebbfc7fdae62bb528e50 100644 (file)
  */
 
 #include <config.h>
-#include "ev-stock-icons.h"
 
 #include <gtk/gtk.h>
 #include <gdk/gdk.h>
 
+#include "ev-stock-icons.h"
+
 typedef struct {
        char *stock_id;
        char *icon;
@@ -42,6 +43,7 @@ static const EvStockIcon stock_icons [] = {
        { EV_STOCK_ROTATE_LEFT,      "object-rotate-left"},
        { EV_STOCK_ROTATE_RIGHT,     "object-rotate-right"},
        { EV_STOCK_RUN_PRESENTATION, "x-office-presentation"},
+       { EV_STOCK_VISIBLE,          "eye"}
 };
 
 /**