summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2018-05-10 09:21:02 -0500
committerSilarn <jrim@rimpo.org>2018-05-10 09:21:02 -0500
commit38391b10e968d22f0e5c731642407412178f29b5 (patch)
tree39c4fc990168fdfcd7ce902c4e37a98ae095537f /src/mainwindow.cpp
parent693f3c40eed72f7c827b45c0d9e70697fc6cc34b (diff)
Fix plugin lock slot typo
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 2830c776..5b6525bd 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -4637,7 +4637,7 @@ void MainWindow::on_espList_customContextMenuRequested(const QPoint &pos)
menu.addAction(tr("Unlock load order"), this, SLOT(unlockESPIndex()));
}
if (hasUnlocked) {
- menu.addAction(tr("Lock load order"), this, SLOT(f()));
+ menu.addAction(tr("Lock load order"), this, SLOT(lockESPIndex()));
}
try {