diff -r f32b18c5d495 -r 3b04393b1291 QTfrontend/main.cpp --- a/QTfrontend/main.cpp Sun Apr 12 15:33:46 2009 +0000 +++ b/QTfrontend/main.cpp Sun Apr 12 15:33:59 2009 +0000 @@ -256,7 +256,7 @@ checkForDir(cfgdir->absolutePath() + "/Library/Application Support/Hedgewars/Demos"); checkForDir(cfgdir->absolutePath() + "/Library/Application Support/Hedgewars/Saves"); } - cfgdir->cd("/Library/Application Support/Hedgewars"); + cfgdir->cd("Library/Application Support/Hedgewars"); #else if (checkForDir(cfgdir->absolutePath() + "/.hedgewars")) {