Use ETL directory separator instead of forward slashes.
[synfig.git] / synfig-studio / trunk / src / gtkmm / about.cpp
index 110fde1..b3e4f52 100644 (file)
@@ -174,8 +174,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;