summaryrefslogtreecommitdiff
path: root/tools/lpgen
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lpgen')
-rw-r--r--tools/lpgen/lpgen.js3
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);