diff options
author | Nils Fuhrmann <nf@openoffice.org> | 2001-08-23 13:13:41 +0000 |
---|---|---|
committer | Nils Fuhrmann <nf@openoffice.org> | 2001-08-23 13:13:41 +0000 |
commit | bf2145630f711d030089cc032920709850993932 (patch) | |
tree | 674aa34a8f973e931f1df90a16da5454e25922e9 /transex3/source/localize.cxx | |
parent | 5ab2d0e01e51e2b5e25b8daa6917bb2a95167073 (diff) |
Added new merger for ReadMes
Diffstat (limited to 'transex3/source/localize.cxx')
-rw-r--r-- | transex3/source/localize.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/transex3/source/localize.cxx b/transex3/source/localize.cxx index 975734804174..838d0e7db108 100644 --- a/transex3/source/localize.cxx +++ b/transex3/source/localize.cxx @@ -2,9 +2,9 @@ * * $RCSfile: localize.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: nf $ $Date: 2001-08-07 13:49:45 $ + * last change: $Author: nf $ $Date: 2001-08-23 14:13:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,6 +79,7 @@ const char *ExeTable[][5] = { { "xxl", "xmlex", "-UTF8 -e", "negative", "iso" }, { "xgf", "xmlex", "-UTF8 -e -t:xgf", "negative", "iso" }, { "xcd", "cfgex", "-UTF8 -e", "negative", "iso" }, + { "xrm", "xrmex", "-UTF8 -e", "negative", "iso" }, { "NULL", "NULL", "NULL", "NULL", "NULL" } }; |