mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Added missing namespace qualification for Slic3r::GUI::format in Http.cpp
This commit is contained in:
		
							parent
							
								
									2875bc685c
								
							
						
					
					
						commit
						5679438e64
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -74,11 +74,11 @@ struct CurlGlobalInit | |||
|                                "PrusaSlicer will be unable to establish secure " | ||||
|                                "network connections."); | ||||
|             else | ||||
|                 message = Slic3r::format( | ||||
|                 message = Slic3r::GUI::format( | ||||
| 					_L("PrusaSlicer detected system SSL certificate store in: %1%"), | ||||
|                     bundle); | ||||
| 
 | ||||
|             message += "\n" + Slic3r::format( | ||||
|             message += "\n" + Slic3r::GUI::format( | ||||
| 				_L("To specify the system certificate store manually, please " | ||||
|                    "set the %1% environment variable to the correct CA bundle " | ||||
|                    "and restart the application."), | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lukas Matena
						Lukas Matena