Reorganize "send coins" tab

This commit is contained in:
Wladimir J. van der Laan
2011-07-08 19:00:08 +02:00
parent 84c8506e90
commit d8aeb8dd2a
2 changed files with 106 additions and 86 deletions

View File

@@ -20,6 +20,7 @@ SendCoinsDialog::SendCoinsDialog(QWidget *parent, const QString &address) :
{
ui->setupUi(this);
#if QT_VERSION >= 0x040700
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);