diff --git a/AUTHORS b/AUTHORS index 612e44c..5e102ca 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,4 @@ Cristian Henzel Gilberto "Xyhthyx" Miralla Eugene Nikolsky +Pierre Pronchery diff --git a/src/main.c b/src/main.c index 60a4496..665b188 100644 --- a/src/main.c +++ b/src/main.c @@ -259,7 +259,8 @@ static void show_about_dialog(GtkMenuItem *menu_item, gpointer user_data) { if (!gtk_grab_get_current()) { const gchar* authors[] = {"Cristian Henzel \n" "Gilberto \"Xyhthyx\" Miralla \n" - "Eugene Nikolsky ", NULL}; + "Eugene Nikolsky \n" + "Pierre Pronchery ", NULL}; const gchar* license = "This program is free software; you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n"