diff options
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/gConvUlf.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/gConvUlf.cxx b/l10ntools/source/gConvUlf.cxx index 5b71c77c30b7..ee53cf9c8e63 100644 --- a/l10ntools/source/gConvUlf.cxx +++ b/l10ntools/source/gConvUlf.cxx @@ -62,7 +62,7 @@ void convert_ulf::setValue(char *syyText) nL = sText.rfind("\""); sText.erase(nL); - mcMemory.setSourceKey(miLineNo, msSourceFile, msKey, sText, "", "", "", mbMergeMode); + mcMemory.setSourceKey(miLineNo, msSourceFile, msKey, sText, "", "LngText", "", mbMergeMode); if (mbMergeMode) { // prepare to read all languages |