summaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-06-11 23:29:23 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-06-11 23:29:23 +0200
commit3b70e5b8abd770a95e26d0ab65dbc08eb14b4ee3 (patch)
tree91090caa163c094fa40b159e0016d9cf734b1b2e /mainwindow.cpp
parent0fefd700f6de85403167de109f3167ffd0adb904 (diff)
Streamlined wizard
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;