From 6ebdbfbca9e7bc34fe0f280e4a6a65c24c5003e9 Mon Sep 17 00:00:00 2001 From: Cyrille Bagard Date: Mon, 2 Jan 2012 01:41:00 +0000 Subject: Fixed the displayed copyright statement. git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@222 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a --- ChangeLog | 5 +++++ src/dialogs/about.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 46477e5..6b8a01f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +12-01-02 Cyrille Bagard + + * src/dialogs/about.c: + Fix the displayed copyright statement. + 12-01-01 Cyrille Bagard * plugins/pyoida/plugin.c: 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, "Copyright (C) 2010 Cyrille Bagard"); + label = qck_create_label(NULL, NULL, "Copyright (C) 2008-2012 Cyrille Bagard"); 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); -- cgit v0.11.2-87-g4458