GUI: Astyle fix.

This commit is contained in:
Kimmo Varis 2009-06-06 12:49:59 +03:00
parent 3b080e5b0b
commit 3e0f1a5e56
1 changed files with 3 additions and 3 deletions

View File

@ -116,9 +116,9 @@ void ApplicationDialog::Ok()
}
else
{
// Convert possible native (Windows) path to internal presentation format
mPath->setText(QDir::fromNativeSeparators(mPath->text()));
accept();
// Convert possible native (Windows) path to internal presentation format
mPath->setText(QDir::fromNativeSeparators(mPath->text()));
accept();
}
}