]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-stock-icons.h
[dualscreen] fix crash on ctrl+w and fix control window closing
[evince.git] / libview / ev-stock-icons.h
index 550ff04e20afb3f5ee65c47b71662b862a125e52..96ec26f6665cdde6825378705fd8ebf0e9110987 100644 (file)
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #if !defined (__EV_EVINCE_VIEW_H_INSIDE__) && !defined (EVINCE_COMPILATION)
@@ -34,7 +34,7 @@ G_BEGIN_DECLS
 
 /* Evince stock icons */
 #define EV_STOCK_ZOOM                  "zoom"
-#define EV_STOCK_ZOOM_PAGE              "zoom-fit-page"
+#define EV_STOCK_ZOOM_PAGE              "zoom-fit-height"
 #define EV_STOCK_ZOOM_WIDTH             "zoom-fit-width"
 #define EV_STOCK_VIEW_DUAL             "view-page-facing"
 #define EV_STOCK_VIEW_CONTINUOUS        "view-page-continuous"
@@ -46,6 +46,7 @@ G_BEGIN_DECLS
 #define EV_STOCK_RESIZE_SW              "resize-sw"
 #define EV_STOCK_CLOSE                  "close"
 #define EV_STOCK_INVERTED_COLORS        "inverted"
+#define EV_STOCK_ATTACHMENT             "mail-attachment"
 
 void ev_stock_icons_init       (void);
 void ev_stock_icons_shutdown   (void);