summaryrefslogtreecommitdiff
path: root/transex3/source/cfgmerge.cxx
diff options
context:
space:
mode:
authorNils Fuhrmann <nf@openoffice.org>2001-06-06 07:12:57 +0000
committerNils Fuhrmann <nf@openoffice.org>2001-06-06 07:12:57 +0000
commit4158109d73c204dedc48b524bab218cdada01596 (patch)
treeb15dc3e86c035a203aed162c1e1ca733886b7248 /transex3/source/cfgmerge.cxx
parentbfdc4126ed49e91063e298294d328118a89188f8 (diff)
System independent file name representation #87136#
Diffstat (limited to 'transex3/source/cfgmerge.cxx')
-rw-r--r--transex3/source/cfgmerge.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/transex3/source/cfgmerge.cxx b/transex3/source/cfgmerge.cxx
index 464647687632..54a830a77154 100644
--- a/transex3/source/cfgmerge.cxx
+++ b/transex3/source/cfgmerge.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cfgmerge.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: nf $ $Date: 2001-05-31 09:44:37 $
+ * last change: $Author: nf $ $Date: 2001-06-06 08:12:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -262,6 +262,9 @@ extern FILE *GetCfgFile()
sActFileName.ToLowerAscii();
fprintf( stdout, "\nProcessing File %s ...\n", sInputFileName.GetBuffer());
+
+ sActFileName.SearchAndReplaceAll( "/", "\\" );
+
return pFile;
}
}