summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2015-01-03 16:18:38 +0100
committerTannin <devnull@localhost>2015-01-03 16:18:38 +0100
commitf5c56efeb3f362378459fdc1ddbf1fc71a2351f8 (patch)
tree547ec4c2d3a401c5a93827adae689905de13e603 /src/mainwindow.cpp
parenta16e25380f088dc310fbed24d2dcef603357e99a (diff)
re-integrated changes missing from the merge
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index eaa58db1..5d9b12a9 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -2243,7 +2243,7 @@ void MainWindow::reinstallMod_clicked()
fullInstallationFile = m_OrganizerCore.downloadManager()->getOutputDirectory() + "/" + installationFile;
}
if (QFile::exists(fullInstallationFile)) {
- installMod(fullInstallationFile, modInfo->name());
+ m_OrganizerCore.installMod(fullInstallationFile, modInfo->name());
} else {
QMessageBox::information(this, tr("Failed"), tr("Installation file no longer exists"));
}