Instance flags. Currently used for marking instances as broken. Can later be used for badges.

This commit is contained in:
Jan Dalheimer
2014-02-17 20:31:50 +01:00
parent 4e8be668cb
commit 0b56b5efaf
10 changed files with 83 additions and 10 deletions

View File

@@ -846,7 +846,7 @@ bool OneSixVersionBuilder::build(const bool onlyVanilla)
{
QMessageBox::critical(
m_widgetParent, QObject::tr("Error"),
QObject::tr("The version descriptors of this instance are now compatible with the current version of MultiMC"));
QObject::tr("The version descriptors of this instance are not compatible with the current version of MultiMC"));
return false;
}
}
@@ -880,7 +880,7 @@ bool OneSixVersionBuilder::build(const bool onlyVanilla)
{
QMessageBox::critical(
m_widgetParent, QObject::tr("Error"),
QObject::tr("The version descriptors of this instance are now compatible with the current version of MultiMC"));
QObject::tr("The version descriptors of this instance are not compatible with the current version of MultiMC"));
return false;
}
}
@@ -931,7 +931,7 @@ bool OneSixVersionBuilder::build(const bool onlyVanilla)
{
QMessageBox::critical(
m_widgetParent, QObject::tr("Error"),
QObject::tr("The version descriptors of this instance are now compatible with the current version of MultiMC"));
QObject::tr("The version descriptors of this instance are not compatible with the current version of MultiMC"));
return false;
}
}
@@ -1024,7 +1024,7 @@ bool OneSixVersionBuilder::read(const QJsonObject &obj)
{
QMessageBox::critical(
m_widgetParent, QObject::tr("Error"),
QObject::tr("The version descriptors of this instance are now compatible with the current version of MultiMC"));
QObject::tr("The version descriptors of this instance are not compatible with the current version of MultiMC"));
return false;
}