Fix compile error in GUI

This commit is contained in:
Reijo Tomperi 2009-06-09 22:42:13 +03:00
parent c000fd581a
commit 170f4cf788
1 changed files with 3 additions and 2 deletions

View File

@ -386,8 +386,9 @@ void ResultsTree::StartApplication(QStandardItem *target, int application)
{ {
QMessageBox msg(QMessageBox::Warning, QMessageBox msg(QMessageBox::Warning,
tr("Cppcheck"), tr("Cppcheck"),
tr("You can open this error by specifying applications in program's settings.", tr("You can open this error by specifying applications in program's settings."),
this)); QMessageBox::Ok,
this);
msg.exec(); msg.exec();
return; return;
} }