Implement 2109095: Add multiple sizes and a scalable version of synfig_icon installed...
[synfig.git] / synfig-studio / trunk / src / gtkmm / about.cpp
index 110fde1..617f9d2 100644 (file)
@@ -159,6 +159,7 @@ About::About()
        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)");
        set_artists(artists);
 
        // TRANSLATORS: change this to your name, separate multiple names with \n
@@ -174,8 +175,9 @@ About::About()
        if(synfig_root) {
                imagepath=synfig_root;
                imagepath+=ETL_DIRECTORY_SEPARATOR;
-
-               imagepath+="share/pixmaps";
+               imagepath+="share";
+               imagepath+=ETL_DIRECTORY_SEPARATOR;
+               imagepath+="pixmaps";
        }
        imagepath+=ETL_DIRECTORY_SEPARATOR;