Skip to content

Commit

Permalink
1 bugfix:
Browse files Browse the repository at this point in the history
- FIX: Default paths now work when compiled for Qt 4.8.1 Release
  • Loading branch information
Nick Liu committed Jun 23, 2012
1 parent 5fc8903 commit 7b5508e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions log2log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ Log2Log::Log2Log(QWidget *parent) :
ui->actionUpdates->setIcon(QIcon::fromTheme("system-software-update"));
ui->convertButton->setIcon(QIcon::fromTheme("process-start", QIcon(":/images/etc/Arrow.png")));

// Defaults
dontDefaultSrcPath = false;
dontDefaultDstPath = false;

// Setup Convert UI
convertMode = false;
// Configure Conversion UI
Expand Down

0 comments on commit 7b5508e

Please sign in to comment.