]> git.lyx.org Git - lyx.git/blobdiff - src/support/filename.C
the convert patch
[lyx.git] / src / support / filename.C
index e56956cac3fd247186881a436f961172eb94fec9..3f5020f46b62519d81291a1ab0d3d2252b069d0d 100644 (file)
@@ -77,7 +77,7 @@ string const FileName::mangledFilename() const
                return (*it).second;
 
        // Now the real work
-       string mname = os::slashify_path(name_);
+       string mname = os::internal_path(name_);
        // Remove the extension.
        mname = ChangeExtension(name_, string());
        // Replace '/' in the file name with '_'