From 318c4ae973e0e52049e60265c4df1c65b638700b Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Mon, 29 Oct 2018 14:18:41 -0700 Subject: [PATCH] Memo to donation button --- src/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 24ea586..75b04e4 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -376,6 +376,7 @@ void MainWindow::donate() { Settings::getInstance()->isSaplingAddress(ui->inputsCombo->currentText()))); ui->Address1->setCursorPosition(0); ui->Amount1->setText("0.01"); + ui->MemoTxt1->setText("Thanks for supporting zec-qt-wallet!"); ui->statusBar->showMessage("Donate 0.01 " % Utils::getTokenName() % " to support zec-qt-wallet");