peiyongz 2002/12/12 11:30:49 Modified: c/tools/NLS/Xlat Xlat_MsgCatalog.cpp Xlat_CppSrc.cpp Log: Message file name changed. Revision Changes Path 1.8 +4 -1 xml-xerces/c/tools/NLS/Xlat/Xlat_MsgCatalog.cpp Index: Xlat_MsgCatalog.cpp =================================================================== RCS file: /home/cvs/xml-xerces/c/tools/NLS/Xlat/Xlat_MsgCatalog.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- Xlat_MsgCatalog.cpp 8 Nov 2002 17:06:15 -0000 1.7 +++ Xlat_MsgCatalog.cpp 12 Dec 2002 19:30:48 -0000 1.8 @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.8 2002/12/12 19:30:48 peiyongz + * Message file name changed. + * * Revision 1.7 2002/11/08 17:06:15 peiyongz * to build -miconv on hpux * @@ -209,7 +212,7 @@ const unsigned int bufSize = 4095; XMLCh tmpBuf[bufSize + 1]; - swprintf(tmpBuf, L"%s/%s_%s.Msg", outPath, L"XMLMsgCat", locale); + swprintf(tmpBuf, L"%s/%s_%s.Msg", outPath, L"XercesMessages", locale); fOutFl = _wfopen(tmpBuf, L"wt"); if (!fOutFl) { 1.8 +4 -1 xml-xerces/c/tools/NLS/Xlat/Xlat_CppSrc.cpp Index: Xlat_CppSrc.cpp =================================================================== RCS file: /home/cvs/xml-xerces/c/tools/NLS/Xlat/Xlat_CppSrc.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- Xlat_CppSrc.cpp 12 Nov 2002 17:24:58 -0000 1.7 +++ Xlat_CppSrc.cpp 12 Dec 2002 19:30:48 -0000 1.8 @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.8 2002/12/12 19:30:48 peiyongz + * Message file name changed. + * * Revision 1.7 2002/11/12 17:24:58 tng * DOM Message: add new domain for DOM Messages. * @@ -257,7 +260,7 @@ const unsigned int bufSize = 4095; XMLCh tmpBuf[bufSize + 1]; - swprintf(tmpBuf, L"%s/%s_%s.hpp", outPath, L"CppErrMsgs", locale); + swprintf(tmpBuf, L"%s/%s_%s.hpp", outPath, L"XercesMessages", locale); fOutFl = _wfopen(tmpBuf, L"wt"); if (!fOutFl) {
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]