mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user