QTfrontend/main.cpp
changeset 1969 3b04393b1291
parent 1965 340bfd438ca5
child 2034 decdf48cffd7
--- 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"))
 	{