diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-07-08 19:25:35 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-07-08 19:25:35 +0200 |
commit | 83b8237046a25248c1b178917c2219d03bc9648f (patch) | |
tree | 6c2e61a190aae2558e0dfcddde8d60cca71b1e7c /src/qt/sendcoinsdialog.cpp | |
parent | d8aeb8dd2af508febafd9f7aa23526b67b97185f (diff) |
forgot synced icons
Diffstat (limited to 'src/qt/sendcoinsdialog.cpp')
-rw-r--r-- | src/qt/sendcoinsdialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/sendcoinsdialog.cpp b/src/qt/sendcoinsdialog.cpp index 91397a7d25..9724368a9c 100644 --- a/src/qt/sendcoinsdialog.cpp +++ b/src/qt/sendcoinsdialog.cpp @@ -23,6 +23,7 @@ SendCoinsDialog::SendCoinsDialog(QWidget *parent, const QString &address) : ui->payTo->setPlaceholderText(tr("Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)")); ui->addAsLabel->setPlaceholderText(tr("Enter a label for this address to add it to your address book")); #endif + GUIUtil::setupAddressWidget(ui->payTo, this); // Set initial send-to address if provided |