From: Jordan Lee Date: Tue, 26 Feb 2013 04:53:35 +0000 (+0000) Subject: (qt) #5307 'Error in prefs.cc' -- fixed with patch from rb07. X-Git-Tag: 2.80~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03cbce7b2e95a2058de2ac40fe915e83fc7b5521;p=transmission (qt) #5307 'Error in prefs.cc' -- fixed with patch from rb07. --- diff --git a/qt/prefs.cc b/qt/prefs.cc index 25f0583f3..0a7c0791a 100644 --- a/qt/prefs.cc +++ b/qt/prefs.cc @@ -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 },