mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 06:06:00 -06:00
uppsrc/Ide : strip path info in package name when putting in translation files
git-svn-id: svn://ultimatepp.org/upp/trunk@5145 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
0bc5cf9ab6
commit
ea396ef68a
1 changed files with 1 additions and 1 deletions
|
|
@ -570,7 +570,7 @@ void Ide::SyncT(int kind)
|
|||
{
|
||||
FileLine &fl = entry.fileline.Add();
|
||||
String file = GetFileName(pEntry.fileline[iLc].file);
|
||||
file = "PACKAGE '" + n + "' FILE '" + file + "'";
|
||||
file = "PACKAGE '" + GetFileName(n) + "' FILE '" + file + "'";
|
||||
fl.file = file;
|
||||
fl.line = pEntry.fileline[iLc].line;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue