X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fmainwindow.cpp;h=960c38977ab98b49ef0d22061077cec2b2f64906;hp=fd889e9e9176d6017c340f30d31d4b2b105b545d;hb=323715c41a09a1aba08f4b716e9d93da58f0f3a8;hpb=21f5864602c5c1920fc9b44813f31e789bee6895 diff --git a/pv/mainwindow.cpp b/pv/mainwindow.cpp index fd889e9..960c389 100644 --- a/pv/mainwindow.cpp +++ b/pv/mainwindow.cpp @@ -95,8 +95,7 @@ void MainWindow::show_session_error(const QString text, const QString info_text) qDebug() << "Notifying user of session error:" << info_text; QMessageBox msg; - msg.setText(text); - msg.setInformativeText(info_text); + msg.setText(text + "\n\n" + info_text); msg.setStandardButtons(QMessageBox::Ok); msg.setIcon(QMessageBox::Warning); msg.exec();