diff options
| author | dartraiden <wowemuh@gmail.com> | 2024-06-26 15:31:12 +0300 |
|---|---|---|
| committer | dartraiden <wowemuh@gmail.com> | 2024-06-26 15:31:12 +0300 |
| commit | 359637a0cb0a52e7f5550bd60aea000bfb5e549a (patch) | |
| tree | d657a7a500ae1e0bc39f1dd36bd5013c3c2225e8 /protocols/ICQ-WIM/src | |
| parent | 4df8dd732dae3a6143ad1cd419245d68858a0222 (diff) | |
Wipe more ICQ-related stuff
Diffstat (limited to 'protocols/ICQ-WIM/src')
| -rw-r--r-- | protocols/ICQ-WIM/src/proto.cpp | 2 | ||||
| -rw-r--r-- | protocols/ICQ-WIM/src/server.cpp | 2 | ||||
| -rw-r--r-- | protocols/ICQ-WIM/src/version.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/protocols/ICQ-WIM/src/proto.cpp b/protocols/ICQ-WIM/src/proto.cpp index 74cb47659a..cba66077db 100644 --- a/protocols/ICQ-WIM/src/proto.cpp +++ b/protocols/ICQ-WIM/src/proto.cpp @@ -514,7 +514,7 @@ INT_PTR CIcqProto::GetCaps(int type, MCONTACT) break;
case PFLAG_UNIQUEIDTEXT:
- return (INT_PTR)TranslateT("UIN/e-mail/phone");
+ return (INT_PTR)TranslateT("E-mail");
}
return nReturn;
diff --git a/protocols/ICQ-WIM/src/server.cpp b/protocols/ICQ-WIM/src/server.cpp index fa0313cd65..7f0441df45 100644 --- a/protocols/ICQ-WIM/src/server.cpp +++ b/protocols/ICQ-WIM/src/server.cpp @@ -226,7 +226,7 @@ void CIcqProto::ConnectionFailed(int iReason, int iErrorCode) wcscpy_s(Popup.lpwzContactName, m_tszUserName);
switch (iReason) {
case LOGINERR_BADUSERID:
- mir_snwprintf(Popup.lpwzText, TranslateT("You have not entered a login or password.\nConfigure this in Options -> Network -> ICQ and try again."));
+ mir_snwprintf(Popup.lpwzText, TranslateT("You have not entered a login or password.\nConfigure this in Options -> Network -> MRA and try again."));
break;
case LOGINERR_WRONGPASSWORD:
mir_snwprintf(Popup.lpwzText, TranslateT("Connection failed.\nYour login or password was rejected (%d)."), iErrorCode);
diff --git a/protocols/ICQ-WIM/src/version.h b/protocols/ICQ-WIM/src/version.h index 5ab76a1f28..404dd36ae8 100644 --- a/protocols/ICQ-WIM/src/version.h +++ b/protocols/ICQ-WIM/src/version.h @@ -7,7 +7,7 @@ #define __PLUGIN_NAME "ICQ-WIM protocol"
#define __FILENAME "ICQ.dll"
-#define __DESCRIPTION "ICQ protocol support for Miranda NG."
+#define __DESCRIPTION "MRA protocol support for Miranda NG."
#define __AUTHOR "George Hazan"
#define __AUTHORWEB "https://miranda-ng.org/p/ICQ"
#define __COPYRIGHT "© 2018-24 George Hazan"
|
