Happy 2021
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// Copyright 2019-2021 The Hush developers
|
||||
// Released under the GPLv3
|
||||
#include "memoedit.h"
|
||||
|
||||
MemoEdit::MemoEdit(QWidget* parent) : QPlainTextEdit(parent) {
|
||||
@@ -49,4 +51,4 @@ void MemoEdit::includeReplyTo(QString addr) {
|
||||
return;
|
||||
|
||||
this->setPlainText(curText + "\n" + tr("Reply to") + ":\n" + addr);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user