(qt) #5307 'Error in prefs.cc' -- fixed with patch from rb07.

This commit is contained in:
Jordan Lee 2013-02-26 04:53:35 +00:00
parent 6330b49112
commit 03cbce7b2e
1 changed files with 1 additions and 1 deletions

View File

@ -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 },