mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-10-31 14:13:52 +01: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:
		| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user