X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Fsrc%2Fgtkmm%2Fabout.cpp;h=13c3a5cfef3964e556b92f1b570bc2969aba1c58;hb=f7042790c7926b36e9ccdd56e35e6f64c3cfacd4;hp=3629d40c1b870de02e2b08544ea494b293dc8814;hpb=aced1e169569982bf0131e68e11dc9dcba492a4a;p=synfig.git diff --git a/synfig-studio/src/gtkmm/about.cpp b/synfig-studio/src/gtkmm/about.cpp index 3629d40..13c3a5c 100644 --- a/synfig-studio/src/gtkmm/about.cpp +++ b/synfig-studio/src/gtkmm/about.cpp @@ -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 " @@ -162,15 +162,15 @@ About::About() set_authors(authors); std::vector artists; - artists.push_back("Robert B. Quattlebaum Jr. (darco)"); artists.push_back("Aurore D (rore)"); 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("David Rylander (rylleman)"); artists.push_back("Henrique Lopes Barone"); + artists.push_back("Robert B. Quattlebaum Jr. (darco)"); set_artists(artists);