From 871dc233d4d023ddd337951b0b0513d6d7d22629 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sat, 10 May 2014 09:24:17 +0200 Subject: [PATCH] shell: Update website and copyright years in about dialog --- shell/ev-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/ev-window.c b/shell/ev-window.c index f0f16a1a..bb7f0b92 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -5090,9 +5090,9 @@ ev_window_cmd_help_about (GtkAction *action, EvWindow *ev_window) gtk_show_about_dialog (NULL, "name", _("Evince"), "version", VERSION, - "copyright", _("© 1996–2012 The Evince authors"), + "copyright", _("© 1996–2014 The Evince authors"), "license", license_trans, - "website", "http://www.gnome.org/projects/evince", + "website", "https://wiki.gnome.org/Apps/Evince", "comments", comments, "authors", authors, "documenters", documenters,