Patch level :2.0 p@rtners nopatch
Files correlati : Ricompilazione Demo : [ ] Commento :aggiunto numero porta default del server traduzioni (3883) git-svn-id: svn://10.65.10.50/trunk@11745 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
0598cf6162
commit
d1a8ebeed0
@ -133,7 +133,7 @@ TTraduttore::TTraduttore() : _connection(0)
|
||||
TConfig ini(CONFIG_INSTALL, "Server");
|
||||
const TString& server = ini.get("Dictionary");
|
||||
if (server.not_empty())
|
||||
_connection = _client.QueryConnection("", server);
|
||||
_connection = _client.QueryConnection("3883", server);
|
||||
}
|
||||
|
||||
TTraduttore::~TTraduttore()
|
||||
|
Loading…
x
Reference in New Issue
Block a user