mirror of
https://github.com/transmission/transmission
synced 2024-12-23 08:13:27 +00:00
(qt) #5307 'Error in prefs.cc' -- fixed with patch from rb07.
This commit is contained in:
parent
6330b49112
commit
03cbce7b2e
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ Prefs::PrefItem Prefs::myItems[] =
|
|||
{ DHT_ENABLED, TR_KEY_dht_enabled, QVariant::Bool },
|
||||
{ UTP_ENABLED, TR_KEY_utp_enabled, QVariant::Bool },
|
||||
{ LPD_ENABLED, TR_KEY_lpd_enabled, QVariant::Bool },
|
||||
{ PORT_FORWARDING, TR_KEY_port, QVariant::Bool },
|
||||
{ PORT_FORWARDING, TR_KEY_port_forwarding_enabled, QVariant::Bool },
|
||||
{ PREALLOCATION, TR_KEY_preallocation, QVariant::Int },
|
||||
{ RATIO, TR_KEY_ratio_limit, QVariant::Double },
|
||||
{ RATIO_ENABLED, TR_KEY_ratio_limit_enabled, QVariant::Bool },
|
||||
|
|
Loading…
Reference in a new issue