From 1aa693fc8a7c70fe168e462d0d931571dfd30fb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Tue, 18 Jun 2013 16:14:39 +0000 Subject: lpgen: Added few more crap words. But this test2 doesn't seem to work at all... Basil? git-svn-id: http://svn.miranda-ng.org/main/trunk@5019 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- tools/lpgen/lpgen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/lpgen/lpgen.js b/tools/lpgen/lpgen.js index 10bbde05eb..a32afa02fb 100644 --- a/tools/lpgen/lpgen.js +++ b/tools/lpgen/lpgen.js @@ -460,7 +460,7 @@ function filter_T(string) { //filter not begin with symbols :.]?;#~{!/_+$ //var filter1=/^[^\:\]\?\;\#\~\|\{\!\/\_\+\\$].+$/g; //filter string starting from following words -var filter2=/^(SOFTWARE\\|SYSTEM\\|http|ftp|UTF-|utf-|TEXT|EXE|exe|txt|css|html|dat|txt|MS\x20|CLVM|TM_|CLCB|CLSID|CLUI|HKEY_|MButton|BUTTON|WindowClass|MHeader|RichEdit|RICHEDIT|STATIC|EDIT|CList|listbox|LISTBOX|combobox|COMBOBOX|TitleB|std\w|iso-|windows-||\w\\\w|urn\:|<\?xml|<\!|h\d|\.!\.).*$/g; +var filter2=/^(SOFTWARE\\|SYSTEM\\|http|ftp|UTF-|utf-|TEXT|EXE|exe|txt|css|html|dat|txt|MS\x20|CLVM|TM_|CLCB|CLSID|CLUI|HKEY_|MButton|BUTTON|WindowClass|MHeader|RichEdit|RICHEDIT|STATIC|EDIT|CList|listbox|LISTBOX|combobox|COMBOBOX|DateTimePicker1|Radio1|Check1|HotKey1|whiterect|Progress1|TitleB|std\w|iso-|windows-||\w\\\w|urn\:|<\?xml|<\!|h\d|\.!\.).*$/g; //filter string ending with following words var filter3=/^.+(001|\/value|\*!\*|=)$/g; //filter from Kildor -- cgit v1.2.3