From: James Turner Date: Thu, 5 Jan 2012 22:10:19 +0000 (+0000) Subject: Tweak the app-data path on Mac, after discussion with Tat. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a0bfa25aa744836b1bef2592c5a0e73a576f4719;p=flightgear.git Tweak the app-data path on Mac, after discussion with Tat. --- diff --git a/src/Main/fg_init.cxx b/src/Main/fg_init.cxx index cf08e334c..47ecbd449 100644 --- a/src/Main/fg_init.cxx +++ b/src/Main/fg_init.cxx @@ -502,7 +502,7 @@ static SGPath platformDefaultDataPath() SGPath appData; appData.set((const char*) path); - appData.append("flightgear.org"); + appData.append("FlightGear"); return appData; } #else