X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=libview%2Fev-stock-icons.c;h=5bbcbbfe367b3001526bb360903a24e754e4e1a9;hb=a90e38bd4aab8013c402e55753275f5b3408e103;hp=67db47cad62b298391aa0f82a97e9ccab8ea03bc;hpb=033f94dd47cb9f3fdcc26b5464391cdef7790b18;p=evince.git diff --git a/libview/ev-stock-icons.c b/libview/ev-stock-icons.c index 67db47ca..5bbcbbfe 100644 --- a/libview/ev-stock-icons.c +++ b/libview/ev-stock-icons.c @@ -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. */ #include @@ -35,7 +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_PAGE, "zoom-fit-height" }, { EV_STOCK_ZOOM_WIDTH, "zoom-fit-width" }, { EV_STOCK_VIEW_DUAL, "view-page-facing" }, { EV_STOCK_VIEW_CONTINUOUS, "view-page-continuous" }, @@ -46,7 +46,8 @@ static const EvStockIcon stock_icons [] = { { EV_STOCK_RESIZE_SE, "resize-se"}, { EV_STOCK_RESIZE_SW, "resize-sw"}, { EV_STOCK_CLOSE, "close"}, - { EV_STOCK_INVERTED_COLORS, "stock_filters-invert"} + { EV_STOCK_INVERTED_COLORS, "stock_filters-invert"}, + { EV_STOCK_ATTACHMENT, "mail-attachment"} }; static gchar *ev_icons_path;