Changeset 802 for Vago/trunk


Ignore:
Timestamp:
Apr 10, 2013, 9:32:13 PM (12 years ago)
Author:
s10k
Message:

Vago: trying to fix app location on Mac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Vago/trunk/Vago/mainwindow.cpp

    r801 r802  
    1111
    1212    this->AppDir=getOSIndependentAppPath();
     13
     14    this->myLogger = new Logger(); //start logger
     15
     16    this->myLogger->writeString("Detected AppDir: "+this->AppDir);
     17    this->myLogger->writeString("True app dir: "+QDir::currentPath());
    1318
    1419    this->setWindowTitle("Vago v"+GlobalVars::AppVersion);
     
    9095
    9196    ui->statusBar->addPermanentWidget(myBar); //this adds automatically in right
    92 
    93     this->myLogger = new Logger(); //start logger
    9497
    9598    //Initialize list pointers
     
    15111514        dir.cdUp();
    15121515        dir.cdUp();
     1516        dir.cdUp();
    15131517    }
    15141518    return dir.absolutePath();
Note: See TracChangeset for help on using the changeset viewer.