diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-05-22 10:29:09 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-05-22 10:29:09 +0000 |
commit | f63198b0a1a66cb631c624327ee69fd1de4de652 (patch) | |
tree | 2f84fe6035f8562139a8f6d019ea929447682607 /tools/lpgen/lpgen.js | |
parent | 273b10c5ce28a955e6b7a6b384cba736f1762d77 (diff) |
lpgen.js: Commented putting "Language pack version" line into =CORE=.txt
git-svn-id: http://svn.miranda-ng.org/main/trunk@4794 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/lpgen/lpgen.js')
-rw-r--r-- | tools/lpgen/lpgen.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lpgen/lpgen.js b/tools/lpgen/lpgen.js index 2518400bf7..10bbde05eb 100644 --- a/tools/lpgen/lpgen.js +++ b/tools/lpgen/lpgen.js @@ -159,7 +159,7 @@ function GenerateCore() { //if log parameter specified, output a log.
if (log) WScript.Echo("Processing CORE...");
//first string is necessary for Miranda-NG to load langpack
- corestrings.push("Miranda Language Pack Version 1");
+ //corestrings.push("Miranda Language Pack Version 1"); // TODO: this need to be placed into =HEAD=.txt file or similar
//define core filename. File will be overwritten!
corefile=FSO.BuildPath(langpack_en,"=CORE=.txt");
//find all *.rc files and list files in array
|