Fixed issue #343. Error while building 20150828 develop branch in Qt

(dismine/valentina)

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-08-28 22:54:17 +03:00
parent 605fb6ad8f
commit c849cd1a9f

View file

@ -341,7 +341,7 @@ QString VApplication::TapeFilePath() const
QFileInfo tapeFile(QApplication::applicationDirPath() + "/" + tape + ".exe");
if (tapeFile.exists())
{
return fileBundle.absoluteFilePath();
return tapeFile.absoluteFilePath();
}
else
{