diff options
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/localize.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx index bb97551cbc89..2ed64a8e3e43 100644 --- a/l10ntools/source/localize.cxx +++ b/l10ntools/source/localize.cxx @@ -340,7 +340,7 @@ void SourceTreeLocalizer::WorkOnFile( sDel=ByteString("/"); #endif ByteString sPath1( Export::GetEnv("SOLARVER") ); - ByteString sPath2( Export::GetEnv("INPATH") ); + ByteString sPath2( Export::GetEnv("INPATH_FOR_BUILD") ); ByteString sPath3( "bin" ); ByteString sExecutable( sPath1 ); #if defined(WNT) |