bug fixed in yacreader pathToFile argument

This commit is contained in:
Luis Ángel San Martín 2013-07-15 21:52:49 +02:00
parent 3b88845aa3
commit e7fa648461

View File

@ -1012,7 +1012,7 @@ void LibraryWindow::openComic()
//Comic is readed
#else
QProcess::startDetached(QDir::cleanPath(QCoreApplication::applicationDirPath())+"/YACReader",QStringList() << path);
QProcess::startDetached(QDir::cleanPath(QCoreApplication::applicationDirPath())+QString("/YACReader \"%1\"").arg(path),QStringList());
#endif
//Comic is readed
setCurrentComicReaded();