ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/mainwindow.cpp
(Generate patch)

Comparing Vago/trunk/Vago/mainwindow.cpp (file contents):
Revision 802 by s10k, Wed Apr 10 19:32:13 2013 UTC vs.
Revision 803 by s10k, Wed Apr 10 22:01:56 2013 UTC

# Line 11 | Line 11 | MainWindow::MainWindow(QWidget *parent)
11  
12      this->AppDir=getOSIndependentAppPath();
13  
14 <    this->myLogger = new Logger(); //start logger
14 >    this->myLogger = new Logger(this->AppDir); //start logger
15  
16      this->myLogger->writeString("Detected AppDir: "+this->AppDir);
17      this->myLogger->writeString("True app dir: "+QDir::currentPath());

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)