diff options
Diffstat (limited to 'libview/ev-stock-icons.h')
-rw-r--r-- | libview/ev-stock-icons.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libview/ev-stock-icons.h b/libview/ev-stock-icons.h index 96ec26f6..a5b82603 100644 --- a/libview/ev-stock-icons.h +++ b/libview/ev-stock-icons.h @@ -1,17 +1,17 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* Stock icons for Evince +/* Stock icons for Atril * * Copyright (C) 2003 Martin Kretzschmar * * Author: * Martin Kretzschmar <[email protected]> * - * Evince is free software; you can redistribute it and/or modify it + * Atril is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * Evince is distributed in the hope that it will be useful, but WITHOUT + * Atril is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public * License for more details. @@ -21,8 +21,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#if !defined (__EV_EVINCE_VIEW_H_INSIDE__) && !defined (EVINCE_COMPILATION) -#error "Only <evince-view.h> can be included directly." +#if !defined (__EV_ATRIL_VIEW_H_INSIDE__) && !defined (ATRIL_COMPILATION) +#error "Only <atril-view.h> can be included directly." #endif #ifndef __EV_STOCK_ICONS_H__ @@ -32,7 +32,7 @@ G_BEGIN_DECLS -/* Evince stock icons */ +/* Atril stock icons */ #define EV_STOCK_ZOOM "zoom" #define EV_STOCK_ZOOM_PAGE "zoom-fit-height" #define EV_STOCK_ZOOM_WIDTH "zoom-fit-width" |