diff -r f7ed1ea25050 -r 538a777f90c4 QTfrontend/main.cpp --- a/QTfrontend/main.cpp Sun Oct 11 16:23:59 2009 +0000 +++ b/QTfrontend/main.cpp Sun Oct 11 20:14:55 2009 +0000 @@ -24,7 +24,7 @@ #include #include - +char *programname; #include "hwform.h" #include "hwconsts.h" @@ -44,8 +44,10 @@ return true; } -int main(int argc, char *argv[]) -{ +int main(int argc, char *argv[]) { + + programname = argv[0]; + QApplication app(argc, argv); QStringList arguments = app.arguments(); @@ -287,9 +289,8 @@ bindir->cd("bin"); // workaround over NSIS installer cfgdir->setPath(cfgdir->homePath()); + #ifdef __APPLE__ - - if (checkForDir(cfgdir->absolutePath() + "/Library/Application Support/Hedgewars")) { checkForDir(cfgdir->absolutePath() + "/Library/Application Support/Hedgewars/Demos");