This commit is contained in:
Tobias Hunger
2010-07-08 11:13:44 +02:00
parent 2cd7c7b8c8
commit 8d7ee24a15

View File

@@ -277,7 +277,7 @@ QVariantMap UserFileAccessor::restoreSettings(Project *project)
"The hostname for this computer is %2. \n\n"
"The .user settings files contain machine specific settings. "
"They should not be copied to a different environment. \n\n"
"Still load the settigns file?").arg(hostname, QHostInfo::localHostName()),
"Still load the settings file?").arg(hostname, QHostInfo::localHostName()),
QMessageBox::Yes | QMessageBox::No,
Core::ICore::instance()->mainWindow());
msgBox.setDefaultButton(QMessageBox::No);