From 4be50cccb2a2a63490c5ee60750b97c3a5661e92 Mon Sep 17 00:00:00 2001
From: Alberto Massari <amassari@apache.org>
Date: Wed, 5 May 2004 15:36:14 +0000
Subject: [PATCH] The XercesMessages_xx.Msg file was created with a lowercase
 extension

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175899 13f79535-47bb-0310-9956-ffa450edef68
---
 tools/NLS/Xlat/Xlat_MsgCatalog.cpp | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tools/NLS/Xlat/Xlat_MsgCatalog.cpp b/tools/NLS/Xlat/Xlat_MsgCatalog.cpp
index a6bbff92a..68a8aeec6 100644
--- a/tools/NLS/Xlat/Xlat_MsgCatalog.cpp
+++ b/tools/NLS/Xlat/Xlat_MsgCatalog.cpp
@@ -56,6 +56,9 @@
 
 /*
  * $Log$
+ * Revision 1.10  2004/05/05 15:36:14  amassari
+ * The XercesMessages_xx.Msg file was created with a lowercase extension
+ *
  * Revision 1.9  2003/04/14 08:41:00  gareth
  * Xlat now works under linux - Big thanks to Neil Graham (I no longer have to find a windows box). Still slight problems working with glibc before 2.2.4 (If you mess up the parameters it seg faults due to handling of wprintf)
  *
@@ -217,7 +220,7 @@ void MsgCatFormatter::startOutput(  const   XMLCh* const    locale
     XMLCh *tmpBuf = new XMLCh[bufSize + 1];
     tmpBuf[0] = 0;
     XMLCh *tmpXMLStr = XMLString::transcode("XercesMessages_");
-    XMLCh *tmpXMLStr2 = XMLString::transcode(".msg");
+    XMLCh *tmpXMLStr2 = XMLString::transcode(".Msg");
 
     XMLString::catString(tmpBuf, outPath);
     XMLString::catString(tmpBuf, tmpXMLStr );
-- 
GitLab