Browse Source

Merge pull request #5322

aabe61c [Qt] explicitly call proxy in GUI settings SOCKS5 proxy (Philip Kaufmann)
0.10
Wladimir J. van der Laan 10 years ago
parent
commit
db5308f447
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 4
      src/qt/forms/optionsdialog.ui

4
src/qt/forms/optionsdialog.ui

@ -209,10 +209,10 @@ @@ -209,10 +209,10 @@
<item>
<widget class="QCheckBox" name="connectSocks">
<property name="toolTip">
<string>Connect to the Bitcoin network through a SOCKS proxy.</string>
<string>Connect to the Bitcoin network through a SOCKS5 proxy.</string>
</property>
<property name="text">
<string>&amp;Connect through SOCKS proxy (default proxy):</string>
<string>&amp;Connect through SOCKS5 proxy (default proxy):</string>
</property>
</widget>
</item>

Loading…
Cancel
Save