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=15db3f8d6649d1c691a087f2fcf455ac23944382;hb=2297bff1e7d745f0f837d44feeda03244368d7f1;hp=c49dc174b23aa15c8cfb5df96019b2c29d18b849;hpb=bc8fd91eed538ddb9a3fdd3b7e05c9ac16a61c97;p=evince.git diff --git a/libview/ev-stock-icons.h b/libview/ev-stock-icons.h index c49dc174..15db3f8d 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" @@ -42,6 +42,10 @@ G_BEGIN_DECLS #define EV_STOCK_ROTATE_RIGHT "object-rotate-right" #define EV_STOCK_RUN_PRESENTATION "x-office-presentation" #define EV_STOCK_VISIBLE "eye" +#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" void ev_stock_icons_init (void); void ev_stock_icons_shutdown (void);