Add Nikita to AUTHORS and the gladish about dialog

This commit is contained in:
Nedko Arnaudov 2010-10-25 23:48:08 +03:00
parent e56a6b4589
commit 70a4ff8ae8
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
Nedko Arnaudov <nedko@arnaudov.name>
Nikita Zlobin <cook60020tmp@mail.ru>
This project borrowed code that was written/modified by:
Bob Ham <rah@bash.sh>

View File

@ -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;