1
0
Fork 0

Tweak the app-data path on Mac, after discussion with Tat.

This commit is contained in:
James Turner 2012-01-05 22:10:19 +00:00
parent cf86d37514
commit a0bfa25aa7

View file

@ -502,7 +502,7 @@ static SGPath platformDefaultDataPath()
SGPath appData;
appData.set((const char*) path);
appData.append("flightgear.org");
appData.append("FlightGear");
return appData;
}
#else