mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-31 08:02:43 +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'.
|
||||
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.
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user