summaryrefslogtreecommitdiff
path: root/src/dialogs
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs')
-rw-r--r--src/dialogs/about.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dialogs/about.c b/src/dialogs/about.c
index b7b2730..bcc3edf 100644
--- a/src/dialogs/about.c
+++ b/src/dialogs/about.c
@@ -2,7 +2,7 @@
/* OpenIDA - Outil d'analyse de fichiers binaires
* about.h - boƮte de dialogue d'information sur le programme
*
- * Copyright (C) 2010 Cyrille Bagard
+ * Copyright (C) 2010-2012 Cyrille Bagard
*
* This file is part of OpenIDA.
*
@@ -118,7 +118,7 @@ GtkWidget *create_about_dialog(GtkWindow *parent)
/* Copyright */
- label = qck_create_label(NULL, NULL, "<span fgcolor='white'>Copyright (C) 2010 Cyrille Bagard</span>");
+ label = qck_create_label(NULL, NULL, "<span fgcolor='white'>Copyright (C) 2008-2012 Cyrille Bagard</span>");
gtk_misc_set_alignment(GTK_MISC(label), 0.5, 0.5);
gtk_label_set_use_markup(GTK_LABEL(label), TRUE);
gtk_fixed_put(GTK_FIXED(fixed), label, 0, 400);