diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-10-18 19:42:40 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-10-25 13:25:25 +0200 |
commit | 70b14636cd60529c87b2cc61516f5d1bf49299a5 (patch) | |
tree | d2bec1b1e3fa9991320b4e062ffe82a40193e68f /src/qt/receiverequestdialog.h | |
parent | 33a2febf5de0c7bd73c0ea409584487bd9995643 (diff) |
qt: general polish after adding new receive flow
- We no longer have an address book, but "address lists", update message
accordingly
- Add tooltips here and there
- Clarify text on buttons
- add Copy Address button to receive request dialog
Diffstat (limited to 'src/qt/receiverequestdialog.h')
-rw-r--r-- | src/qt/receiverequestdialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/receiverequestdialog.h b/src/qt/receiverequestdialog.h index 8db1ad83a1..1beb873dfd 100644 --- a/src/qt/receiverequestdialog.h +++ b/src/qt/receiverequestdialog.h @@ -44,6 +44,7 @@ public: private slots: void on_btnCopyURI_clicked(); + void on_btnCopyAddress_clicked(); void update(); |