aboutsummaryrefslogtreecommitdiff
path: root/src/qt/sendcoinsentry.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-05-04 18:19:06 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2012-05-04 18:19:06 +0200
commitd0ccf0c755f55d1ef765e9ceeb6b9586a9fb52ca (patch)
treed3263ef1f63e9ee36fadae119c534723629410d2 /src/qt/sendcoinsentry.cpp
parente099e1568a3343ddb32b18e276282c87fa49e584 (diff)
downloadbitcoin-d0ccf0c755f55d1ef765e9ceeb6b9586a9fb52ca.tar.xz
move label placeholdertext from sendcoinsentry.cpp to ui-file
Diffstat (limited to 'src/qt/sendcoinsentry.cpp')
-rw-r--r--src/qt/sendcoinsentry.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qt/sendcoinsentry.cpp b/src/qt/sendcoinsentry.cpp
index c8242d8352..d9b1daf679 100644
--- a/src/qt/sendcoinsentry.cpp
+++ b/src/qt/sendcoinsentry.cpp
@@ -21,10 +21,6 @@ SendCoinsEntry::SendCoinsEntry(QWidget *parent) :
ui->payToLayout->setSpacing(4);
#endif
-#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
setFocusPolicy(Qt::TabFocus);
setFocusProxy(ui->payTo);