Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,