diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-11-18 10:12:01 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-11-18 10:12:15 +0100 |
| commit | 71f97ea2a71471f383b7e78ce57eb76a76c5c933 (patch) | |
| tree | 07889b3b6c59d86e6eb3dd50463b0dffccc82127 /src/qt/sendcoinsentry.cpp | |
| parent | Merge pull request #3275 from Michagogo/release-process-binary-sizes (diff) | |
| parent | Coincontrol cleanup (e.g. add missing license) (diff) | |
| download | discoin-71f97ea2a71471f383b7e78ce57eb76a76c5c933.tar.xz discoin-71f97ea2a71471f383b7e78ce57eb76a76c5c933.zip | |
Merge pull request #3267
0689f46 Coincontrol cleanup (e.g. add missing license) (Philip Kaufmann)
Diffstat (limited to 'src/qt/sendcoinsentry.cpp')
| -rw-r--r-- | src/qt/sendcoinsentry.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/sendcoinsentry.cpp b/src/qt/sendcoinsentry.cpp index f6f86eb82..2641a66af 100644 --- a/src/qt/sendcoinsentry.cpp +++ b/src/qt/sendcoinsentry.cpp @@ -27,7 +27,6 @@ SendCoinsEntry::SendCoinsEntry(QWidget *parent) : ui->payToLayout->setSpacing(4); #endif #if QT_VERSION >= 0x040700 - /* Do not move this to the XML file, Qt before 4.7 will choke on it */ ui->addAsLabel->setPlaceholderText(tr("Enter a label for this address to add it to your address book")); ui->payTo->setPlaceholderText(tr("Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)")); #endif |