dmitryh 2004/04/21 09:23:05
Modified: c/src/xalanc/ICUBridge ICUFormatNumberFunctor.cpp
c/src/xalanc/NLS/en_US XalanMsg_en_US.xlf
Log:
Added a missed message
Revision Changes Path
1.5 +1 -1
xml-xalan/c/src/xalanc/ICUBridge/ICUFormatNumberFunctor.cpp
Index: ICUFormatNumberFunctor.cpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/xalanc/ICUBridge/ICUFormatNumberFunctor.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ICUFormatNumberFunctor.cpp 6 Apr 2004 01:03:25 -0000 1.4
+++ ICUFormatNumberFunctor.cpp 21 Apr 2004 16:23:05 -0000 1.5
@@ -81,7 +81,7 @@
if (!doFormat(theNumber, thePattern, theResult, theDFS))
{
executionContext.warn(
-
XalanMessageLoader::getMessage(XalanMessages::FormatNumberFailed_1Param),
+
XalanMessageLoader::getMessage(XalanMessages::FormatNumberFailed),
context,
locator);
}
1.11 +5 -0 xml-xalan/c/src/xalanc/NLS/en_US/XalanMsg_en_US.xlf
Index: XalanMsg_en_US.xlf
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/xalanc/NLS/en_US/XalanMsg_en_US.xlf,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- XalanMsg_en_US.xlf 19 Apr 2004 14:47:17 -0000 1.10
+++ XalanMsg_en_US.xlf 21 Apr 2004 16:23:05 -0000 1.11
@@ -672,6 +672,11 @@
<target>Fatal Error.</target>
</trans-unit>
+<trans-unit id="FormatNumberFailed">
+ <source>The call to 'format-number' function failed.</source>
+ <target>The call to 'format-number' function failed.</target>
+</trans-unit>
+
<trans-unit id="UnknownMatchOperation">
<source>Found unknown match operation!</source>
<target>Found unknown match operation!</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]