mirror of
				https://github.com/RetroDECK/ES-DE.git
				synced 2025-04-10 19:15:13 +00:00 
			
		
		
		
	Fixed a missing quotation mark in a PDFViewer error log message
This commit is contained in:
		
							parent
							
								
									f4af8470b9
								
							
						
					
					
						commit
						a2ec852a4d
					
				|  | @ -74,7 +74,7 @@ bool PDFViewer::startPDFViewer(FileData* game) | |||
|     mScaleFactor = 1.0f; | ||||
| 
 | ||||
|     if (!getDocumentInfo()) { | ||||
|         LOG(LogError) << "PDFViewer: Couldn't load file \"" << mManualPath; | ||||
|         LOG(LogError) << "PDFViewer: Couldn't load file \"" << mManualPath << "\""; | ||||
|         NavigationSounds::getInstance().playThemeNavigationSound(SCROLLSOUND); | ||||
|         ViewController::getInstance()->stopViewVideos(); | ||||
|         return false; | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Leon Styhre
						Leon Styhre