koda's fix
authorunc0rr
Sun, 12 Apr 2009 15:33:59 +0000
changeset 1969 3b04393b1291
parent 1968 f32b18c5d495
child 1970 130e7805d49c
koda's fix
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"))
 	{