summaryrefslogtreecommitdiff
path: root/properties
diff options
context:
space:
mode:
Diffstat (limited to 'properties')
-rw-r--r--properties/Makefile.am12
-rw-r--r--properties/ev-properties-main.c2
-rw-r--r--properties/ev-properties-view.c6
-rw-r--r--properties/ev-properties-view.h8
4 files changed, 14 insertions, 14 deletions
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 <libcaja-extension/caja-extension-types.h>
#include <libcaja-extension/caja-property-page-provider.h>
-#include <evince-document.h>
+#include <atril-document.h>
#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 <gtk/gtk.h>
-#include <evince-document.h>
+#include <atril-document.h>
G_BEGIN_DECLS