X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libview%2Fev-stock-icons.h;h=96ec26f6665cdde6825378705fd8ebf0e9110987;hb=a90e38bd4aab8013c402e55753275f5b3408e103;hp=4cad90ee8d08e10b58191563886bffe9745a21a6;hpb=10e26a71cac1e501af473496e7b3be32fc7d9676;p=evince.git diff --git a/libview/ev-stock-icons.h b/libview/ev-stock-icons.h index 4cad90ee..96ec26f6 100644 --- a/libview/ev-stock-icons.h +++ b/libview/ev-stock-icons.h @@ -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" @@ -45,6 +45,8 @@ G_BEGIN_DECLS #define EV_STOCK_RESIZE_SE "resize-se" #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);