From cfe8955b44faa3f3adf2a4faa72558bd3054310c Mon Sep 17 00:00:00 2001 From: DenioD <41270280+DenioD@users.noreply.github.com> Date: Sat, 6 Jun 2020 20:54:44 +0200 Subject: [PATCH] fix typo --- src/mainwindow.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 4e9a126..0e7f00a 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -363,11 +363,9 @@ void MainWindow::closeEvent(QCloseEvent* event) { void MainWindow::closeEventpw(QCloseEvent* event) { // Let the RPC know to shut down any running service. - rpc->shutdownhushd(); + rpc->shutdownhushdStartup(); + - // Bubble up - if (event) - QMainWindow::closeEvent(event); } @@ -1371,7 +1369,7 @@ void MainWindow::setupchatTab() { QAction* copytxid; contextMenuChat = new QMenu(ui->listChat); copymessage = new QAction("Copy message to clipboard",contextMenuChat); - viewexplorer = new QAction("View on block explorerr",contextMenuChat); + viewexplorer = new QAction("View on block explorer",contextMenuChat); copytxid = new QAction("Copy txid to clipboard ",contextMenuChat); QObject::connect(ui->listContactWidget, &QTableView::clicked, [=] () {