mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-01 16:42:34 +02:00
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:
parent
040b693376
commit
e34a916b70
@ -16180,3 +16180,6 @@
|
|||||||
* Removed the 'socket error' message from 'RDCatchConnect'.
|
* Removed the 'socket error' message from 'RDCatchConnect'.
|
||||||
2017-10-19 Fred Gleason <fredg@paravelsystems.com>
|
2017-10-19 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed bugs that broke the build under Windows.
|
* 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.
|
||||||
|
@ -226,7 +226,8 @@ void PickReportDates::generateData()
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case RDReport::ErrorCantOpen:
|
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;
|
break;
|
||||||
|
|
||||||
case RDReport::ErrorCanceled:
|
case RDReport::ErrorCanceled:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user