summaryrefslogtreecommitdiffstats
path: root/application/pages/VersionPage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'application/pages/VersionPage.cpp')
-rw-r--r--application/pages/VersionPage.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/application/pages/VersionPage.cpp b/application/pages/VersionPage.cpp
index c2380163..6b220017 100644
--- a/application/pages/VersionPage.cpp
+++ b/application/pages/VersionPage.cpp
@@ -62,6 +62,8 @@ VersionPage::VersionPage(OneSixInstance *inst, QWidget *parent)
ui->setupUi(this);
ui->tabWidget->tabBar()->hide();
+ reloadMinecraftProfile();
+
m_version = m_inst->getMinecraftProfile();
if (m_version)
{
@@ -119,7 +121,7 @@ bool VersionPage::reloadMinecraftProfile()
{
QMessageBox::critical(
this, tr("Error"),
- tr("Failed to load the version description file for reasons unknown."));
+ tr("Couldn't load the instance profile."));
return false;
}
}