diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-07-07 15:29:56 +0200 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-07-07 15:29:56 +0200 |
commit | 068a5d9293e092cbe73d8a707e4f45a623d99ccc (patch) | |
tree | 2d0eb6e3d062f211fb1926983b5923e3a39d7d68 | |
parent | be588658ea127a6a05390435126f1d739a477b58 (diff) |
txtl10n: #i113008# add support for xtx files
-rw-r--r-- | l10ntools/source/localize.cxx | 4 |
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) |