diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-12-21 19:58:46 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-12-21 19:58:46 +0000 |
commit | af6723b842a9c8db23b1d78ef5e0db97c2df7d2e (patch) | |
tree | 89cc86e85227510c9c9fdd0f4551bddfc1491ee4 /protocols/IcqOscarJ/src/icq_proto.cpp | |
parent | 376d04aedd69e3f86fa6674b74d9162e3a65510c (diff) |
spelling correction (patch from RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@7321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src/icq_proto.cpp')
-rw-r--r-- | protocols/IcqOscarJ/src/icq_proto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/icq_proto.cpp b/protocols/IcqOscarJ/src/icq_proto.cpp index da558cf76e..1d81751d16 100644 --- a/protocols/IcqOscarJ/src/icq_proto.cpp +++ b/protocols/IcqOscarJ/src/icq_proto.cpp @@ -1924,7 +1924,7 @@ int __cdecl CIcqProto::SetStatus(int iNewStatus) {
SetCurrentStatus(ID_STATUS_OFFLINE);
ProtoBroadcastAck(NULL, ACKTYPE_LOGIN, ACKRESULT_FAILED, NULL, LOGINERR_BADUSERID);
- icq_LogMessage(LOG_FATAL, LPGEN("You have not entered a ICQ number.\nConfigure this in Options->Network->ICQ and try again."));
+ icq_LogMessage(LOG_FATAL, LPGEN("You have not entered an ICQ number.\nConfigure this in Options->Network->ICQ and try again."));
return 0;
}
|