- Updated some translations

This commit is contained in:
Christophe Dumez 2009-01-06 20:38:52 +00:00
parent bc29577a7b
commit 03dc617874
32 changed files with 1389 additions and 1389 deletions

View file

@ -1095,7 +1095,7 @@ void bittorrent::setProxySettings(proxy_settings proxySettings, bool trackers, b
else
s->set_web_seed_proxy(ps_null);
if(DHTEnabled) {
qDebug("Setting DHT proxy");
qDebug("Setting DHT proxy, %d", dht);
if(dht)
s->set_dht_proxy(proxySettings);
else