Browse Source

[Qt] make a UI element in sendcoins non-validated

- this was unused for the label and also makes no sense, so remove it
0.10
Philip Kaufmann 11 years ago
parent
commit
67448b245c
  1. 2
      src/qt/forms/sendcoinsentry.ui

2
src/qt/forms/sendcoinsentry.ui

@ -141,7 +141,7 @@ @@ -141,7 +141,7 @@
</layout>
</item>
<item row="4" column="1">
<widget class="QValidatedLineEdit" name="addAsLabel">
<widget class="QLineEdit" name="addAsLabel">
<property name="toolTip">
<string>Enter a label for this address to add it to the list of used addresses</string>
</property>

Loading…
Cancel
Save