Check for Gtk::AboutDialog::set_wrap_license, which was added in Gtkmm 2.8. Allows...
[synfig.git] / synfig-studio / trunk / src / gtkmm / about.cpp
index 4c363e8..110fde1 100644 (file)
@@ -123,7 +123,9 @@ About::About()
                "with this program; if not, write to the Free Software Foundation, Inc., "
                "51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or visit: http://www.gnu.org/";
        set_license(license);
+#ifdef HAVE_GTK_ABOUTDIALOG_SET_WRAP_LICENSE
        set_wrap_license(true);
+#endif
 
        std::vector<Glib::ustring> authors;
        authors.push_back("Original developers:");
@@ -154,6 +156,7 @@ About::About()
 
        std::vector<Glib::ustring> 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)");
        set_artists(artists);