From 3366d09890876174aaee03ab206e7ba7a78e0e10 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Wed, 26 Jun 2024 16:00:06 +0300 Subject: Even more --- protocols/ICQ-WIM/src/version.h | 2 +- tools/lpgen/lpgen.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/protocols/ICQ-WIM/src/version.h b/protocols/ICQ-WIM/src/version.h index 404dd36ae8..f704bb7753 100644 --- a/protocols/ICQ-WIM/src/version.h +++ b/protocols/ICQ-WIM/src/version.h @@ -5,7 +5,7 @@ #include -#define __PLUGIN_NAME "ICQ-WIM protocol" +#define __PLUGIN_NAME "WIM protocol" #define __FILENAME "ICQ.dll" #define __DESCRIPTION "MRA protocol support for Miranda NG." #define __AUTHOR "George Hazan" diff --git a/tools/lpgen/lpgen.js b/tools/lpgen/lpgen.js index aa879aa05b..e4d43d8971 100644 --- a/tools/lpgen/lpgen.js +++ b/tools/lpgen/lpgen.js @@ -492,7 +492,7 @@ function ParseRCFile(FileTextVar, array) { //now make a job, till end of matching regexp while ((string = find.exec(FileTextVar)) !== null) { // check for some garbage like "List1","Tab1" etc. in *.rc files, we do not need this. - onestring = string[2].replace(/^(((List|Tab|Tree|Spin|Custom|Slider|DateTimePicker|Radio|Check|HotKey|Progress)\d)|(whiterect|IndSndList|&?[Oo][Kk]|ANSI|APOP|BBS|Bing|CTCP|DCC|Foodnetwork|Google|Google Talk|GPG|ICQ|ICQ Corp|ID|IP|ISDN|iTunes|Jabber|JID|Miranda|Miranda NG|mRadio|NewStory|NickServ|OSD|OTR|PCS|PGP|PSK|PUB|S.ms|SASL|SMS|SSL|Steam|Steam Guard|Tox|Twitter|Winamp \(\*\)|Windows|X400|Yahoo|&\w)|(%.(.*%)?))$/g, ""); + onestring = string[2].replace(/^(((List|Tab|Tree|Spin|Custom|Slider|DateTimePicker|Radio|Check|HotKey|Progress)\d)|(whiterect|IndSndList|&?[Oo][Kk]|ANSI|APOP|BBS|Bing|CTCP|DCC|Foodnetwork|Google|Google Talk|GPG|ICQ Corp|ID|IP|ISDN|iTunes|Jabber|JID|Miranda|Miranda NG|MRA|mRadio|NewStory|NickServ|OSD|OTR|PCS|PGP|PSK|PUB|S.ms|SASL|SMS|SSL|Steam|Steam Guard|Tox|Twitter|Winamp \(\*\)|Windows|X400|Yahoo|&\w)|(%.(.*%)?))$/g, ""); // ignore some popup menu craps if (string[1] == "POPUP" && onestring.match(/^([a-zA-Z ]*(menu|context|popup(?!s)))|([A-Z][a-z]+([A-Z][a-z]*)+)|(new item)$/g)) { continue; -- cgit v1.2.3