X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-studio%2Fsrc%2Fgtkmm%2Fabout.cpp;h=dc005ffb84650ef5dbb6f5f79a29f3fd44ed0f76;hb=a8e9e829fa31a982dca6a9a638e61e57fade8832;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..dc005ff 100644 --- a/synfig-studio/src/gtkmm/about.cpp +++ b/synfig-studio/src/gtkmm/about.cpp @@ -104,7 +104,7 @@ 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")); @@ -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);