From 53c5936b8c4fbb497934a5cf1b87b1d25921ae8b Mon Sep 17 00:00:00 2001 From: guyou Date: Tue, 13 Feb 2007 19:46:53 +0000 Subject: [PATCH] Preparing 0.1.2: update contributors lists git-svn-id: https://viking.svn.sourceforge.net/svnroot/viking/trunk@190 02d69b8e-d120-0410-893f-fe71a3b6e39e --- AUTHORS | 4 +++- ChangeLog | 1 + src/dialog.c | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 8afc9e0..c597abb 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,7 @@ Evan Battaglia ** Concept and main design/coding Alex Foobarian ** DND, icons, various other features/bugfixes -Guilhem BONNEFILLE ** Autotools +Guilhem BONNEFILLE ** Autotools and releases +Quy Tonthat ** Many improves +Jocelyn Jaubert ** Track Properties dialog improves Few other bugfixes/minor patches from various contributors. See ChangeLog for details. diff --git a/ChangeLog b/ChangeLog index a5cf94e..4896be4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ Guilhem Bonnefille * src/vikwindow.c: remove URL and version number from window title * src/dialog.c: add URL and use dynamic information for version + * AUTHORS, src/dialog.c: update contributors list 2007-02-07 Quy Tonthat : diff --git a/src/dialog.c b/src/dialog.c index 4f53134..e63b113 100644 --- a/src/dialog.c +++ b/src/dialog.c @@ -591,6 +591,7 @@ void a_dialog_about ( GtkWindow *parent ) "Contributors:\n" " Alex Foobarian \n" " Guilhem Bonnefille \n" + " Jocelyn Jaubert \n" " Quy Tonthat \n" " Reid Priedhorsky \n" ); -- 2.11.4.GIT