[epiphany] Update copyright year in about dialog



commit d48f469754715023dacb9f4f06770a4744b48765
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Thu Jan 3 17:41:58 2019 -0600

    Update copyright year in about dialog

 src/window-commands.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/window-commands.c b/src/window-commands.c
index 3cc16858f..afb8bda04 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -605,7 +605,7 @@ window_cmd_show_about (GSimpleAction *action,
 
   gtk_about_dialog_set_version (dialog, VCSVERSION);
   gtk_about_dialog_set_copyright (dialog, "Copyright © 2002–2004 Marco Pesenti Gritti\n"
-                                          "Copyright © 2003–2018 The GNOME Web Developers");
+                                          "Copyright © 2003–2019 The GNOME Web Developers");
   gtk_about_dialog_set_comments (dialog, comments);
   gtk_about_dialog_set_license_type (dialog, GTK_LICENSE_GPL_3_0);
   gtk_about_dialog_set_website (dialog, "https://wiki.gnome.org/Apps/Web";);


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