--- Vago/trunk/Vago/mainwindow.cpp 2013/04/10 19:32:13 802 +++ Vago/trunk/Vago/mainwindow.cpp 2013/04/10 22:01:56 803 @@ -11,7 +11,7 @@ MainWindow::MainWindow(QWidget *parent) this->AppDir=getOSIndependentAppPath(); - this->myLogger = new Logger(); //start logger + this->myLogger = new Logger(this->AppDir); //start logger this->myLogger->writeString("Detected AppDir: "+this->AppDir); this->myLogger->writeString("True app dir: "+QDir::currentPath());