From 5afd6a885fa84a1932cfd0e97db37f80ba970d80 Mon Sep 17 00:00:00 2001 From: Carlos Lopez Date: Mon, 5 Oct 2009 22:03:05 +0200 Subject: [PATCH] Sort alphabetically the artists in the About Dialog. --- synfig-studio/src/gtkmm/about.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/synfig-studio/src/gtkmm/about.cpp b/synfig-studio/src/gtkmm/about.cpp index 3629d40..600d135 100644 --- a/synfig-studio/src/gtkmm/about.cpp +++ b/synfig-studio/src/gtkmm/about.cpp @@ -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); -- 2.7.4