summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2013-09-05 12:26:55 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2013-09-05 12:26:55 -0300
commit1677ee3efea9118b87ebe0092afe77080b843b61 (patch)
treed885790b08a695932b0b348d977e5165732745e3
parentdb43d1c096ba4a481905c5fafd91ead2336c3bb5 (diff)
downloadglade-1677ee3efea9118b87ebe0092afe77080b843b61.tar.gz
Fixed copyright dates in about dialog
-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 f9f971b0..5bbb3528 100644
--- a/src/glade-window.c
+++ b/src/glade-window.c
@@ -1940,7 +1940,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 2001-2010 Tristan Van Berkom, Juan Pablo Ugarte, et al.";
+ "Copyright \xc2\xa9 2004-2013 Tristan Van Berkom, Juan Pablo Ugarte, et al.";
gtk_show_about_dialog (GTK_WINDOW (window),
"name", g_get_application_name (),