diff --git a/tools/NLS/Xlat/Xlat.cpp b/tools/NLS/Xlat/Xlat.cpp
index 36dccb9c5097c3b8a8e2f6def3ce7a0b09de786e..71cd3228491ee9e44a64ef30f1bdbc14dd2f709d 100644
--- a/tools/NLS/Xlat/Xlat.cpp
+++ b/tools/NLS/Xlat/Xlat.cpp
@@ -57,6 +57,9 @@
 
 /*
  * $Log$
+ * Revision 1.10  2002/02/07 16:19:40  knoaman
+ * sane_include update.
+ *
  * Revision 1.9  2002/02/01 23:48:37  peiyongz
  * sane_include
  *
@@ -127,7 +130,7 @@
 //      This is the path, relative to the given input source root, to the
 //      input file. The given local suffix must also be added to it.
 // ---------------------------------------------------------------------------
-static XMLCh* const     gRelativeInputPath  = L"src/NLS/";
+static XMLCh* const     gRelativeInputPath  = L"src/xercesc/NLS/";
 
 
 // ---------------------------------------------------------------------------