This commit is contained in:
arcan1s
2015-03-17 14:07:05 +03:00
parent bf7521481a
commit 308f9824b4
6 changed files with 44 additions and 14 deletions

View File

@ -268,7 +268,7 @@ bool MainWindow::forceStartHelper()
{
if (debug) qDebug() << PDEBUG;
if (!checkExternalApps(QString("helper"), configuration, debug)) {
ErrorWindow::showWindow(1, QString(PDEBUG), debug);
ErrorWindow::showWindow(1, externalApps(QString("helper"), configuration).join(QChar('\n')), debug);
emit(needToBeConfigured());
return false;
}