]> git.mxchange.org Git - flightgear.git/commitdiff
Tweak the app-data path on Mac, after discussion with Tat.
authorJames Turner <zakalawe@mac.com>
Thu, 5 Jan 2012 22:10:19 +0000 (22:10 +0000)
committerJames Turner <zakalawe@mac.com>
Thu, 5 Jan 2012 22:10:19 +0000 (22:10 +0000)
src/Main/fg_init.cxx

index cf08e334c3ae5ff8ef74b613eaaec1a8e1697893..47ecbd4497de117ed2f817122316a1db00ddad62 100644 (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