mirror of
				https://github.com/TES3MP/openmw-tes3mp.git
				synced 2025-10-31 23:26:43 +00:00 
			
		
		
		
	Added a warning message to the importer dialog
This commit is contained in:
		
							parent
							
								
									bf23e48d80
								
							
						
					
					
						commit
						e76d03dcc4
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -182,8 +182,9 @@ bool MainDialog::showFirstRunDialog() | |||
|     Q_UNUSED(skipButton); // Surpress compiler unused warning
 | ||||
| 
 | ||||
|     msgBox.setStandardButtons(QDialogButtonBox::NoButton); | ||||
|     msgBox.setText(tr("<br><b>An existing Morrowind configuration was detected</b><br><br> \
 | ||||
|                       Would you like to import settings from Morrowind.ini?<br>")); | ||||
|     msgBox.setText(tr("<br><b>An existing Morrowind configuration was detected</b><br> \
 | ||||
|                       <br>Would you like to import settings from Morrowind.ini?<br> \ | ||||
|                       <br><b>Warning: In most cases OpenMW needs these settings to run properly</b><br>")); | ||||
|     msgBox.setCheckBoxText(tr("Include selected masters and plugins (creates a new profile)")); | ||||
|     msgBox.exec(); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue