mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-15 22:02:51 -06:00
*ide: fixed main package .t file issue
git-svn-id: svn://ultimatepp.org/upp/trunk@6111 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
53d0c7dc78
commit
f6c8d15090
1 changed files with 6 additions and 6 deletions
|
|
@ -538,13 +538,13 @@ void Ide::SyncT(int kind)
|
|||
tf.file = pk.file[iFile];
|
||||
tf.map = tmap;
|
||||
tf.MakeLS();
|
||||
// mark that we've found a local translation file
|
||||
localT = true;
|
||||
|
||||
// store index of main package translation(s) file(s)
|
||||
if(iPackage == 0)
|
||||
mainsT.Add(tfile.GetCount() - 1);
|
||||
}
|
||||
// mark that we've found a local translation file
|
||||
localT = true;
|
||||
|
||||
// store index of main package translation(s) file(s)
|
||||
if(iPackage == 0)
|
||||
mainsT.Add(tfile.GetCount() - 1);
|
||||
}
|
||||
}
|
||||
// if no local translation file(s), we append translation to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue