Add falktx to authors

This commit is contained in:
Nedko Arnaudov 2010-12-18 20:51:55 +02:00
parent 613f73b822
commit 54ed3d2997
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Nedko Arnaudov <nedko@arnaudov.name>
Nikita Zlobin <cook60020tmp@mail.ru>
Filipe Alexandre Lopes Coelho <falktx@gmail.com>
This project borrowed code that was written/modified by:
Bob Ham <rah@bash.sh>

View File

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