Tizen storage directory should be 'data'

This commit is contained in:
Joshua Granick
2013-12-19 11:53:51 -08:00
parent 6f26bdf22f
commit ce412987b3

View File

@@ -390,7 +390,7 @@ void GetSpecialDir(SpecialDir inDir,std::string &outDir)
}
else if (inDir == DIR_STORAGE)
{
outDir = "../";
outDir = "../data";
}
else if (inDir == DIR_USER || inDir == DIR_DOCS || inDir == DIR_DESKTOP)
{