Change mirror tool options
[synfig.git] / synfig-studio / src / gtkmm / about.cpp
index 3afcc74..ef8404d 100644 (file)
@@ -104,10 +104,10 @@ About::About()
        set_comments(_("2D vector animation studio"));
 
        set_url_hook(sigc::mem_fun(*this, &About::on_link_clicked));
-       set_website("http://www.synfig.org/");
+       set_website("http://synfig.org/");
        set_website_label(_("Visit the Synfig website"));
 
-       set_copyright(_("Copyright 2001-2008\nRobert B. Quattlebaum Jr.,\nAdrian Bentley and Synfig contributors"));
+       set_copyright(_("Copyright 2001-2010\nRobert B. Quattlebaum Jr.,\nAdrian Bentley and Synfig contributors"));
        Glib::ustring license =
                "This program is free software; you can redistribute it and/or modify "
                "it under the terms of the GNU General Public License as published by "
@@ -128,18 +128,21 @@ About::About()
 #endif
 
        std::vector<Glib::ustring> authors;
-       authors.push_back("Original developers:");
+       authors.push_back(_("Original developers:"));
        authors.push_back("");
        authors.push_back("Robert B. Quattlebaum Jr (darco)");
        authors.push_back("Adrian Bentley");
        authors.push_back("");
-       authors.push_back("Contributors:");
+       authors.push_back(_("Contributors:"));
        authors.push_back("");
        authors.push_back("Adrian Winchell (SnapSilverlight)");
        authors.push_back("Andreas Jochens");
+       authors.push_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)");
        authors.push_back("Chris Norman (pixelgeek)");
+       authors.push_back("Cyril Brulebois (KiBi)");
        authors.push_back("Daniel Fort");
        authors.push_back("Daniel Hornung (rubikcube)");
        authors.push_back("David Roden (Bombe)");
@@ -148,21 +151,32 @@ About::About()
        authors.push_back("Gerald Young (Yoyobuae)");
        authors.push_back("Gerco Ballintijn");
        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)");
        authors.push_back("Ralf Corsepius");
+       authors.push_back("Ray Frederikson");
+       authors.push_back("Timo Paulssen (timonator)");
        authors.push_back("Yue Shi Lai");
        set_authors(authors);
 
        std::vector<Glib::ustring> artists;
-       artists.push_back("Robert B. Quattlebaum Jr. (darco)");
        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)");
+       artists.push_back("David Rylander (rylleman)");
        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);