Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kretzschmar <martink@src.gnome.org>2004-12-22 09:16:16 (GMT)
committer Martin Kretzschmar <martink@src.gnome.org>2004-12-22 09:16:16 (GMT)
commit7eea4f79c2e4a6ea50a1781f42e04d61d41c907c (patch)
tree56cbc874771dc5c36e20d793fa9673e90dd8d12a
parent110ec8e1d24701cae441a5fe511611aaa478fd3b (diff)
(main): this is not epiphany.
-rw-r--r--ChangeLog4
-rw-r--r--shell/main.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 532f307..118e029 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-22 Martin Kretzschmar <martink@gnome.org>
+
+ * shell/main.c (main): this is not epiphany.
+
2004-12-22 Havoc Pennington <hp@redhat.com>
* shell/ev-view.c (ev_view_set_document): connect to "found" signal
diff --git a/shell/main.c b/shell/main.c
index 6b6e1ff..ac20266 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -54,7 +54,7 @@ main (int argc, char *argv[])
GNOME_PARAM_APP_DATADIR, DATADIR,
NULL);
- g_set_application_name (_("Epiphany Web Browser"));
+ g_set_application_name (_("Evince Document Viewer"));
g_object_get_property (G_OBJECT (program),
GNOME_PARAM_POPT_CONTEXT,