diff options
author | dartraiden <wowemuh@gmail.com> | 2023-12-27 10:23:27 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2023-12-27 10:23:27 +0300 |
commit | 314a5ff1e008f86b2eed94653f8901f25395151c (patch) | |
tree | 0ebff115e4bec095306549b6145efff0b22e5989 /tools/lpgen | |
parent | 7827d06f9cd6d8e0dffa2c500e32c1ff0737dbfa (diff) |
QuickSearch is not a Pascal plugin anymore
Diffstat (limited to 'tools/lpgen')
-rw-r--r-- | tools/lpgen/lpgen.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/lpgen/lpgen.js b/tools/lpgen/lpgen.js index 768eb21b2a..aa879aa05b 100644 --- a/tools/lpgen/lpgen.js +++ b/tools/lpgen/lpgen.js @@ -135,7 +135,6 @@ sln_stream.Close(); // remove following lines comments to add Pascal plugins processing.
// project_files.push(trunkPath+"\\plugins\\Actman\\actman.dpr");
// project_files.push(trunkPath+"\\plugins\\HistoryPlusPlus\\historypp.dpr");
-// project_files.push(trunkPath+"\\plugins\\QuickSearch\\quicksearch.dpr");
// project_files.push(trunkPath+"\\plugins\\Watrack\\watrack.dpr");
// project_files.push(trunkPath+"\\plugins\\mRadio\\mradio.dpr");
@@ -537,7 +536,7 @@ function ParseSourceFile(FileTextVar, array) { nofirstlaststring = noslashstring.slice(1, -1);
//remove escape slashes before ' and "
stringtolangpack = nofirstlaststring.replace(/\\(")/g, "$1");
- ///if our string still exist, and length at least one symbol
+ //if our string still exist, and length at least one symbol
if (stringtolangpack.length > 0) {
//brand new _T() crap filtering engine :)
clearstring = filter_T(stringtolangpack);
|