[evince] shell: Update current year in about dialog



commit 0d103503aaeb4dc67f9932908137c77ecc855ec8
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Sat Oct 28 17:57:43 2017 -0300

    shell: Update current year in about dialog
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=785527

 shell/ev-application.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/ev-application.c b/shell/ev-application.c
index 6b1afa3..238cf95 100644
--- a/shell/ev-application.c
+++ b/shell/ev-application.c
@@ -1025,7 +1025,7 @@ app_about_cb (GSimpleAction *action,
         gtk_show_about_dialog (gtk_application_get_active_window (GTK_APPLICATION (application)),
                                "name", _("Evince"),
                                "version", VERSION,
-                               "copyright", _("© 1996–2014 The Evince authors"),
+                               "copyright", _("© 1996–2017 The Evince authors"),
                                "license", license_trans,
                                "website", "https://wiki.gnome.org/Apps/Evince";,
                                "comments", _("Document Viewer"),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]