From e76d03dcc43f924bd50aefcd34b926000855e08e Mon Sep 17 00:00:00 2001 From: pvdk Date: Tue, 19 Mar 2013 12:01:54 +0100 Subject: [PATCH] Added a warning message to the importer dialog --- apps/launcher/maindialog.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/launcher/maindialog.cpp b/apps/launcher/maindialog.cpp index 1a5b4d2e93..e5da3431ab 100644 --- a/apps/launcher/maindialog.cpp +++ b/apps/launcher/maindialog.cpp @@ -182,8 +182,9 @@ bool MainDialog::showFirstRunDialog() Q_UNUSED(skipButton); // Surpress compiler unused warning msgBox.setStandardButtons(QDialogButtonBox::NoButton); - msgBox.setText(tr("
An existing Morrowind configuration was detected

\ - Would you like to import settings from Morrowind.ini?
")); + msgBox.setText(tr("
An existing Morrowind configuration was detected
\ +
Would you like to import settings from Morrowind.ini?
\ +
Warning: In most cases OpenMW needs these settings to run properly
")); msgBox.setCheckBoxText(tr("Include selected masters and plugins (creates a new profile)")); msgBox.exec();