diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-05-07 00:19:22 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-05-07 00:19:22 +0200 |
| commit | 7d5bb4294670a93bf4bdfe458e888a1e0fc7aee0 (patch) | |
| tree | c8a4dc43ea83e5b2e8fb6e88e9750483e563e34a /src/qt/forms/sendcoinsentry.ui | |
| parent | Merge pull request #1189 from Diapolo/fix#952 (diff) | |
| download | discoin-7d5bb4294670a93bf4bdfe458e888a1e0fc7aee0.tar.xz discoin-7d5bb4294670a93bf4bdfe458e888a1e0fc7aee0.zip | |
Move back setPlaceholderText to code, from xml, as this broke building with Qt 4.6
Diffstat (limited to 'src/qt/forms/sendcoinsentry.ui')
| -rw-r--r-- | src/qt/forms/sendcoinsentry.ui | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/qt/forms/sendcoinsentry.ui b/src/qt/forms/sendcoinsentry.ui index da0273e9b..22a3f8fdc 100644 --- a/src/qt/forms/sendcoinsentry.ui +++ b/src/qt/forms/sendcoinsentry.ui @@ -65,9 +65,6 @@ <property name="toolTip"> <string>Enter a label for this address to add it to your address book</string> </property> - <property name="placeholderText"> - <string>Enter a label for this address to add it to your address book</string> - </property> </widget> </item> </layout> @@ -98,9 +95,6 @@ <property name="maxLength"> <number>34</number> </property> - <property name="placeholderText"> - <string>Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)</string> - </property> </widget> </item> <item> |