summaryrefslogtreecommitdiffstats
path: root/l10ntools
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-07-07 15:29:56 +0200
committerIvo Hinkelmann <ihi@openoffice.org>2010-07-07 15:29:56 +0200
commit068a5d9293e092cbe73d8a707e4f45a623d99ccc (patch)
tree2d0eb6e3d062f211fb1926983b5923e3a39d7d68 /l10ntools
parentmasterfix: #i10000# build breaks in shell,crashrep (diff)
downloadcore-068a5d9293e092cbe73d8a707e4f45a623d99ccc.tar.gz
core-068a5d9293e092cbe73d8a707e4f45a623d99ccc.zip
txtl10n: #i113008# add support for xtx files
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/localize.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx
index 6cecb0972cb7..8e2fbee2bc85 100644
--- a/l10ntools/source/localize.cxx
+++ b/l10ntools/source/localize.cxx
@@ -56,7 +56,7 @@ const char *ExeTable[][5] = {
//{ "src", "transex3", "-UTF8 -e", "negative", "noiso" },
//{ "hrc", "transex3", "-UTF8 -e", "positive", "noiso" },
- //{ "lng", "lngex", "-UTF8 -e", "negative", "noiso" },
+ { "xtx", "xtxex", "", "negative", "noiso" },
{ "ulf", "ulfex", " -e", "negative", "noiso" },
{ "xrb", "xmlex", "-UTF8 -e", "negative", "iso" },
{ "xxl", "xmlex", "-UTF8 -e", "negative", "iso" },
@@ -326,7 +326,7 @@ void SourceTreeLocalizer::WorkOnFile(
}
if( bQuiet2 ){
- sCommand +=" -QQ ";
+ //sCommand +=" -QQ ";
}
//printf("DBG: %s\n",sCommand.GetBuffer());
if (system(sCommand.GetBuffer()) == -1)