summaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index efaa2d11..a2b3e32a 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -852,7 +852,7 @@ void MainWindow::on_deleteButton_clicked()
if (QMessageBox::question(this, tr("Delete password?"),
tr("Are you sure you want to delete %1?").arg(QDir::separator() + getFile(ui->treeView->currentIndex(), true)),
QMessageBox::Yes | QMessageBox::No) != QMessageBox::Yes) {
- return;
+ return;
}
if (usePass) {
currentAction = DELETE;