diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-08-03 17:08:52 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-08-03 17:08:57 +0200 |
| commit | b4c61f878cf2dc91d7f2db96718d362a57d37739 (patch) | |
| tree | 81cefad3ea80014951e4be8a0c068e06b64e345f /src/qt/forms | |
| parent | Merge branch 'whyextern' of git://github.com/jtimon/bitcoin into merge-whyextern (diff) | |
| parent | qt: Remove an obscure option no-one cares about (diff) | |
| download | discoin-b4c61f878cf2dc91d7f2db96718d362a57d37739.tar.xz discoin-b4c61f878cf2dc91d7f2db96718d362a57d37739.zip | |
Merge pull request #4610
bdba2dd qt: Remove an obscure option no-one cares about (Wladimir J. van der Laan)
Diffstat (limited to 'src/qt/forms')
| -rw-r--r-- | src/qt/forms/optionsdialog.ui | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/qt/forms/optionsdialog.ui b/src/qt/forms/optionsdialog.ui index 1f535a4a6..47ed4c8bc 100644 --- a/src/qt/forms/optionsdialog.ui +++ b/src/qt/forms/optionsdialog.ui @@ -452,16 +452,6 @@ </layout> </item> <item> - <widget class="QCheckBox" name="displayAddresses"> - <property name="toolTip"> - <string>Whether to show Bitcoin addresses in the transaction list or not.</string> - </property> - <property name="text"> - <string>&Display addresses in transaction list</string> - </property> - </widget> - </item> - <item> <layout class="QHBoxLayout" name="horizontalLayout_3_Display"> <item> <widget class="QLabel" name="thirdPartyTxUrlsLabel"> |