Merge pull request #5322
aabe61c
[Qt] explicitly call proxy in GUI settings SOCKS5 proxy (Philip Kaufmann)
This commit is contained in:
commit
db5308f447
1 changed files with 2 additions and 2 deletions
|
@ -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>&Connect through SOCKS proxy (default proxy):</string>
|
||||
<string>&Connect through SOCKS5 proxy (default proxy):</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Add table
Reference in a new issue