From 54ed3d2997581b75a24275d161baf791f97fc274 Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Sat, 18 Dec 2010 20:51:55 +0200 Subject: [PATCH] Add falktx to authors --- AUTHORS | 1 + gui/about.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 8f651c04..d1c3e9eb 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,6 @@ Nedko Arnaudov Nikita Zlobin +Filipe Alexandre Lopes Coelho This project borrowed code that was written/modified by: Bob Ham diff --git a/gui/about.c b/gui/about.c index 8357ce3a..cba2aab2 100644 --- a/gui/about.c +++ b/gui/about.c @@ -42,7 +42,7 @@ void show_about(void) { GtkWidget * dialog; GdkPixbuf * pixbuf; - const char * authors[] = {"Nedko Arnaudov", "Nikita Zlobin", NULL}; + const char * authors[] = {"Nedko Arnaudov", "Nikita Zlobin", "Filipe Alexandre Lopes Coelho", NULL}; const char * artists[] = {"Lapo Calamandrei", "Nadejda Pancheva-Arnaudova", NULL}; char * license; struct stat st; -- 2.11.4.GIT