diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-11-15 20:14:18 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-11-15 20:14:18 +0000 |
commit | 274092824274d0e564c9ea6e0bff37ea2529ba03 (patch) | |
tree | 34e62916d74bc1d5d7189fc47111c9ba8ea4b08d /protocols/IcqOscarJ/src | |
parent | eec79fa9d48c8487a47f91db3d4c8f44e7450727 (diff) |
It is in the network settings, not the ICQ settings
git-svn-id: http://svn.miranda-ng.org/main/trunk@15732 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src')
-rw-r--r-- | protocols/IcqOscarJ/src/icq_server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/icq_server.cpp b/protocols/IcqOscarJ/src/icq_server.cpp index 42afab3f61..82a11896df 100644 --- a/protocols/IcqOscarJ/src/icq_server.cpp +++ b/protocols/IcqOscarJ/src/icq_server.cpp @@ -86,7 +86,7 @@ void __cdecl CIcqProto::ServerThread(serverthread_start_info *infoParam) info.hDirectBoundPort = NetLib_BindPort(icq_newConnectionReceived, this, &wListenPort, &dwInternalIP);
if (!info.hDirectBoundPort) {
- icq_LogUsingErrorCode(LOG_WARNING, GetLastError(), LPGEN("Miranda was unable to allocate a port to listen for direct peer-to-peer connections between clients. You will be able to use most of the ICQ network without problems but you may be unable to send or receive files.\n\nIf you have a firewall this may be blocking Miranda, in which case you should configure your firewall to leave some ports open and tell Miranda which ports to use in Options -> ICQ -> Network."));
+ icq_LogUsingErrorCode(LOG_WARNING, GetLastError(), LPGEN("Miranda was unable to allocate a port to listen for direct peer-to-peer connections between clients. You will be able to use most of the ICQ network without problems but you may be unable to send or receive files.\n\nIf you have a firewall this may be blocking Miranda, in which case you should configure your firewall to leave some ports open and tell Miranda which ports to use in Options -> Network -> <UIN> client-to-client connections -> Port range."));
wListenPort = 0;
if (!bConstInternalIP)
delSetting("RealIP");
|