From 70a4ff8ae8640f8e7e562d7bc7e7e6ede3655447 Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Mon, 25 Oct 2010 23:48:08 +0300 Subject: [PATCH] Add Nikita to AUTHORS and the gladish about dialog --- AUTHORS | 1 + gui/about.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 7139eca0..8f651c04 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,5 @@ Nedko Arnaudov +Nikita Zlobin This project borrowed code that was written/modified by: Bob Ham diff --git a/gui/about.c b/gui/about.c index ff16d274..fdd29475 100644 --- a/gui/about.c +++ b/gui/about.c @@ -78,7 +78,7 @@ void show_about(void) { GtkWidget * dialog; GdkPixbuf * pixbuf; - const char * authors[] = {"Nedko Arnaudov", NULL}; + const char * authors[] = {"Nedko Arnaudov", "Nikita Zlobin", NULL}; const char * artists[] = {"Lapo Calamandrei", "Nadejda Pancheva-Arnaudova", NULL}; char * license; -- 2.11.4.GIT