diff --git a/gui/resultstree.cpp b/gui/resultstree.cpp index 17a937aec..e5abdf351 100644 --- a/gui/resultstree.cpp +++ b/gui/resultstree.cpp @@ -386,7 +386,8 @@ void ResultsTree::StartApplication(QStandardItem *target, int application) { QMessageBox msg(QMessageBox::Warning, 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)); msg.exec(); return; }