diff options
author | RMN <rmn@miranda-ng.org> | 2015-09-19 18:40:25 +0000 |
---|---|---|
committer | RMN <rmn@miranda-ng.org> | 2015-09-19 18:40:25 +0000 |
commit | ab93a29067b646a084b1cca9417a85c9b3d0f5e6 (patch) | |
tree | fd28a61661caed594e969631f27b98b2f4d61a02 /protocols/IcqOscarJ/src/log.cpp | |
parent | 8265a1a385f6d88168e382c386605c6e48b8f7d4 (diff) |
- resource cosmetics: surround arrows (->) with spaces
- settings specified precisely in some places
git-svn-id: http://svn.miranda-ng.org/main/trunk@15401 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src/log.cpp')
-rw-r--r-- | protocols/IcqOscarJ/src/log.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/IcqOscarJ/src/log.cpp b/protocols/IcqOscarJ/src/log.cpp index 04709b2579..235a752f9c 100644 --- a/protocols/IcqOscarJ/src/log.cpp +++ b/protocols/IcqOscarJ/src/log.cpp @@ -99,7 +99,7 @@ void CIcqProto::icq_LogUsingErrorCode(int level, DWORD dwError, const char *szMs case WSAEHOSTUNREACH:
case WSAENETUNREACH:
- pszErrorMsg = LPGEN("Miranda was unable to resolve the name of a server to its numeric address. This is most likely caused by a catastrophic loss of your network connection (for example, your modem has disconnected), but if you are behind a proxy, you may need to use the 'Resolve hostnames through proxy' option in M->Options->Network.");
+ pszErrorMsg = LPGEN("Miranda was unable to resolve the name of a server to its numeric address. This is most likely caused by a catastrophic loss of your network connection (for example, your modem has disconnected), but if you are behind a proxy, you may need to use the 'Resolve hostnames through proxy' option in Options -> Network.");
break;
case WSAEHOSTDOWN:
@@ -109,12 +109,12 @@ void CIcqProto::icq_LogUsingErrorCode(int level, DWORD dwError, const char *szMs break;
case ERROR_ACCESS_DENIED:
- pszErrorMsg = LPGEN("Your proxy rejected the user name and password that you provided. Please check them in M->Options->Network.");
+ pszErrorMsg = LPGEN("Your proxy rejected the user name and password that you provided. Please check them in Options -> Network.");
break;
case WSAHOST_NOT_FOUND:
case WSANO_DATA:
- pszErrorMsg = LPGEN("The server to which you are trying to connect does not exist. Check your spelling in M->Options->Network->ICQ.");
+ pszErrorMsg = LPGEN("The server to which you are trying to connect does not exist. Check your spelling in Options -> Network -> ICQ.");
break;
default:
|