2017-10-19 Fred Gleason <fredg@paravelsystems.com>

* Added the report path to the 'Unable to open report file' message
	in RDLogManager->ManageReports.
This commit is contained in:
Fred Gleason 2017-10-19 12:41:27 -04:00
parent 040b693376
commit e34a916b70
2 changed files with 5 additions and 1 deletions

View File

@ -16180,3 +16180,6 @@
* Removed the 'socket error' message from 'RDCatchConnect'.
2017-10-19 Fred Gleason <fredg@paravelsystems.com>
* Fixed bugs that broke the build under Windows.
2017-10-19 Fred Gleason <fredg@paravelsystems.com>
* Added the report path to the 'Unable to open report file' message
in RDLogManager->ManageReports.

View File

@ -226,7 +226,8 @@ void PickReportDates::generateData()
break;
case RDReport::ErrorCantOpen:
QMessageBox::warning(this,"File Error","Unable to open report file!");
QMessageBox::warning(this,"File Error","Unable to open report file at"+
QString("\"")+out_path+"\"!");
break;
case RDReport::ErrorCanceled: