diff options
author | dartraiden <wowemuh@gmail.com> | 2018-09-01 22:13:43 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-09-01 22:13:43 +0300 |
commit | d0674f4c0ba82ebbf9c70222de2c309bf4874293 (patch) | |
tree | 17fef12022a37816668c7b3c1bf61820803ea361 | |
parent | ecc31b4a82d06878f07469d9e7642bf7008b9fb5 (diff) |
ICQ: we filter "ICQ" inside lpgen.js, so no need to translate this
-rw-r--r-- | protocols/IcqOscarJ/src/icq_constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/icq_constants.h b/protocols/IcqOscarJ/src/icq_constants.h index c03a6ec2cd..eb8a1e2533 100644 --- a/protocols/IcqOscarJ/src/icq_constants.h +++ b/protocols/IcqOscarJ/src/icq_constants.h @@ -611,7 +611,7 @@ // Internal Constants
-#define ICQ_PROTOCOL_NAME LPGEN("ICQ")
+#define ICQ_PROTOCOL_NAME "ICQ"
#define ICQ_PLUG_VERSION PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM)
#define ICQ_VERSION 11 // Protocol version
#define DC_TYPE DC_NORMAL // Used for DC settings
|