Module: synfig Branch: master Commit: 118c92da76d1348c42254cca1c5cfaec30e43682 URL: http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig;a=commit;h=118c92da76d1348c42254cca1c5cfaec30e43682
Author: Carlos Lopez <[email protected]> Date: Sun May 16 19:59:19 2010 +0200 Update code contributors and artists. --- synfig-studio/AUTHORS | 5 ++++- synfig-studio/README | 1 + synfig-studio/src/gtkmm/about.cpp | 6 ++++++ 3 files changed, 11 insertions(+), 1 deletions(-) diff --git a/synfig-studio/AUTHORS b/synfig-studio/AUTHORS index f2dcd35..855561b 100644 --- a/synfig-studio/AUTHORS +++ b/synfig-studio/AUTHORS @@ -24,7 +24,8 @@ Konstantin Dmitriev (zelgadis) Carlos López González (genete) Carlos A. Sosa Navarro Ray Frederikson (uranus-235) -Chris Norman (pixelgeek) +Nikita Kitaev (nikitait) +Brendon Higgins Translators: @@ -46,3 +47,5 @@ David Rylander (rylleman) Henrique Lopes Barone Thimotee Guiet (satrip) Bertrand Grégoire (berteh) +Konstantin Dmitriev (zelgadis) +Madeleine Crubellier (mad0) diff --git a/synfig-studio/README b/synfig-studio/README index 6cac7b4..4d0c7c3 100644 --- a/synfig-studio/README +++ b/synfig-studio/README @@ -41,6 +41,7 @@ Copyright 2009 Henrique Lopes Barone Copyright 2009 Carlos A. Sosa Navarro Copyright 2009 Ray Frederikson Copyright 2010 Nikita Kitaev +Copyright 2010 Brendon Higgins Some of the icons are placed in the Public Domain by Chris Norman Some of the icons are placed in the Public Domain by Carlos López González diff --git a/synfig-studio/src/gtkmm/about.cpp b/synfig-studio/src/gtkmm/about.cpp index 13c3a5c..1d8c065 100644 --- a/synfig-studio/src/gtkmm/about.cpp +++ b/synfig-studio/src/gtkmm/about.cpp @@ -137,6 +137,7 @@ About::About() authors.push_back(""); authors.push_back("Adrian Winchell (SnapSilverlight)"); authors.push_back("Andreas Jochens"); + authors.puch_back("Brendon Higgins"); authors.push_back("Carlos López González (genete)"); authors.push_back("Carlos A. Sosa Navarro"); authors.push_back("Chris Moore (dooglus)"); @@ -152,6 +153,7 @@ About::About() authors.push_back("IL'dar AKHmetgaleev (AkhIL)"); authors.push_back("Konstantin Dmitriev (zelgadis)"); authors.push_back("Luka Pravica"); + authors.push_back("Nikita Kitaev (nikitakit)"); authors.push_back("Martin Michlmayr (tbm)"); authors.push_back("Miguel Gea Milvaques (xerakko)"); authors.push_back("Paul Wise (pabs)"); @@ -163,6 +165,7 @@ About::About() std::vector<Glib::ustring> artists; artists.push_back("Aurore D (rore)"); + artists.push_back("Bertrand Grégoire (berteh)"); artists.push_back("Carlos López González (genete)"); artists.push_back("Chris Norman (pixelgeek)"); artists.push_back("Daniel Hornung (rubikcube)"); @@ -170,7 +173,10 @@ About::About() artists.push_back("Franco Iacomella (Yaco)"); artists.push_back("Gerald Young (Yoyobuae)"); artists.push_back("Henrique Lopes Barone"); + artists.push_back("Konstantin Dmitriev (zelgadis)"); + artists.push_back("Madeleine Crubellier (mad0)"); artists.push_back("Robert B. Quattlebaum Jr. (darco)"); + artists.push_back("Thimotee Guiet (satrip)"); set_artists(artists);
------------------------------------------------------------------------------
_______________________________________________ Synfig-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synfig-devl
