summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2014-05-12 16:19:19 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2014-05-17 20:21:26 -0300
commitda0b29f4f566de46340d32be5c09180f88fd71ff (patch)
tree1301c39a979408dad85ed3b60bf1b345de1aa55d
parent4080ba94ed676b5d5b8fe7c96333c1908ae73b9b (diff)
downloadglade-da0b29f4f566de46340d32be5c09180f88fd71ff.tar.gz
Updated copyright year
-rw-r--r--src/glade-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glade-window.c b/src/glade-window.c
index f244c550..f2ef58c8 100644
--- a/src/glade-window.c
+++ b/src/glade-window.c
@@ -1965,7 +1965,7 @@ about_cb (GtkAction *action, GladeWindow *window)
static const gchar copyright[] =
"Copyright \xc2\xa9 2001-2006 Ximian, Inc.\n"
"Copyright \xc2\xa9 2001-2006 Joaquin Cuenca Abela, Paolo Borelli, et al.\n"
- "Copyright \xc2\xa9 2004-2013 Tristan Van Berkom, Juan Pablo Ugarte, et al.";
+ "Copyright \xc2\xa9 2004-2014 Tristan Van Berkom, Juan Pablo Ugarte, et al.";
gtk_show_about_dialog (GTK_WINDOW (window),
"name", g_get_application_name (),