diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-05-04 18:19:06 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-05-04 18:19:06 +0200 |
commit | d0ccf0c755f55d1ef765e9ceeb6b9586a9fb52ca (patch) | |
tree | d3263ef1f63e9ee36fadae119c534723629410d2 /src/qt/forms | |
parent | e099e1568a3343ddb32b18e276282c87fa49e584 (diff) |
move label placeholdertext from sendcoinsentry.cpp to ui-file
Diffstat (limited to 'src/qt/forms')
-rw-r--r-- | src/qt/forms/sendcoinsentry.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/qt/forms/sendcoinsentry.ui b/src/qt/forms/sendcoinsentry.ui index 22a3f8fdc6..da0273e9b1 100644 --- a/src/qt/forms/sendcoinsentry.ui +++ b/src/qt/forms/sendcoinsentry.ui @@ -65,6 +65,9 @@ <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> @@ -95,6 +98,9 @@ <property name="maxLength"> <number>34</number> </property> + <property name="placeholderText"> + <string>Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)</string> + </property> </widget> </item> <item> |