Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2009-06-06 21:02:22 (GMT)
committer Christian Persch <chpe@gnome.org>2009-06-11 21:32:25 (GMT)
commit5c00c4b56edac0bf814550dbcfb885bcf0eee820 (patch)
treed16d7425580d60c4156ec18a91927e641255444b
parent0ed561a29d6ad5a0b08ddc5274376048d3f26d54 (diff)
Update about dialogue
-rw-r--r--shell/ev-window.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index cb8de7c..d822181 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -5,7 +5,7 @@
* Copyright (C) 2004 Martin Kretzschmar
* Copyright (C) 2004 Red Hat, Inc.
* Copyright (C) 2000, 2001, 2002, 2003, 2004 Marco Pesenti Gritti
- * Copyright (C) 2003, 2004, 2005 Christian Persch
+ * Copyright © 2003, 2004, 2005, 2009 Christian Persch
*
* Author:
* Martin Kretzschmar <martink@gnome.org>
@@ -4145,6 +4145,7 @@ ev_window_cmd_help_about (GtkAction *action, EvWindow *ev_window)
"Bryan Clark <clarkbw@gnome.org>",
"Carlos Garcia Campos <carlosgc@gnome.org>",
"Wouter Bolsterlee <wbolster@gnome.org>",
+ "Christian Persch <chpe" "\100" "gnome.org>",
NULL
};
@@ -4189,7 +4190,7 @@ ev_window_cmd_help_about (GtkAction *action, EvWindow *ev_window)
"name", _("Evince"),
"version", VERSION,
"copyright",
- _("\xc2\xa9 1996-2007 The Evince authors"),
+ _("© 1996–2009 The Evince authors"),
"license", license_trans,
"website", "http://www.gnome.org/projects/evince",
"comments", comments,