From 03cbce7b2e95a2058de2ac40fe915e83fc7b5521 Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Tue, 26 Feb 2013 04:53:35 +0000 Subject: [PATCH] (qt) #5307 'Error in prefs.cc' -- fixed with patch from rb07. --- qt/prefs.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, -- 2.40.0