From da7bb154d27d3b872867223a5df60df8f5fb6e7d Mon Sep 17 00:00:00 2001 From: Perberos Date: Wed, 9 Nov 2011 18:44:56 -0300 Subject: renaming evince to atril --- properties/Makefile.am | 12 ++++++------ properties/ev-properties-main.c | 2 +- properties/ev-properties-view.c | 6 +++--- properties/ev-properties-view.h | 8 ++++---- 4 files changed, 14 insertions(+), 14 deletions(-) (limited to 'properties') diff --git a/properties/Makefile.am b/properties/Makefile.am index 3ef1b82c..364033fa 100644 --- a/properties/Makefile.am +++ b/properties/Makefile.am @@ -1,5 +1,5 @@ INCLUDES= \ - -DEVINCEDATADIR=\"$(pkgdatadir)\" \ + -DATRILDATADIR=\"$(pkgdatadir)\" \ -DMATELOCALEDIR=\"$(datadir)/locale\" \ -I$(top_srcdir) \ -I$(top_builddir) \ @@ -16,19 +16,19 @@ libevproperties_la_SOURCES= \ if ENABLE_CAJA -cajaextension_LTLIBRARIES = libevince-properties-page.la +cajaextension_LTLIBRARIES = libatril-properties-page.la -libevince_properties_page_la_CFLAGS = -I$(top_srcdir) -libevince_properties_page_la_SOURCES = \ +libatril_properties_page_la_CFLAGS = -I$(top_srcdir) +libatril_properties_page_la_SOURCES = \ ev-properties-main.c -libevince_properties_page_la_LIBADD = \ +libatril_properties_page_la_LIBADD = \ libevproperties.la \ $(top_builddir)/libdocument/libevdocument.la \ $(FRONTEND_LIBS) \ $(CAJA_LIBS) -libevince_properties_page_la_LDFLAGS = -module -avoid-version -no-undefined +libatril_properties_page_la_LDFLAGS = -module -avoid-version -no-undefined endif # ENABLE_CAJA diff --git a/properties/ev-properties-main.c b/properties/ev-properties-main.c index b78396c3..9235c86a 100644 --- a/properties/ev-properties-main.c +++ b/properties/ev-properties-main.c @@ -37,7 +37,7 @@ #include #include -#include +#include #include "ev-properties-view.h" static GType epp_type = 0; diff --git a/properties/ev-properties-view.c b/properties/ev-properties-view.c index 38a75641..453780ab 100644 --- a/properties/ev-properties-view.c +++ b/properties/ev-properties-view.c @@ -1,14 +1,14 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; c-indent-level: 8 -*- */ -/* this file is part of evince, a mate document viewer +/* this file is part of atril, a mate document viewer * * Copyright (C) 2005 Red Hat, Inc * - * 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 + * 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. diff --git a/properties/ev-properties-view.h b/properties/ev-properties-view.h index e8e02649..56cdf66a 100644 --- a/properties/ev-properties-view.h +++ b/properties/ev-properties-view.h @@ -1,14 +1,14 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; c-indent-level: 8 -*- */ -/* this file is part of evince, a mate document viewer +/* this file is part of atril, a mate document viewer * * Copyright (C) 2005 Red Hat, Inc * - * 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 + * 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. @@ -23,7 +23,7 @@ #include -#include +#include G_BEGIN_DECLS -- cgit v1.2.1