X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Ffilename.C;h=3f5020f46b62519d81291a1ab0d3d2252b069d0d;hb=342cdf432246110db37bee4e0aebb4b72c933ddb;hp=e56956cac3fd247186881a436f961172eb94fec9;hpb=c7d1778e3f6cd8dedfb13dca7e6034aef390c35b;p=lyx.git diff --git a/src/support/filename.C b/src/support/filename.C index e56956cac3..3f5020f46b 100644 --- a/src/support/filename.C +++ b/src/support/filename.C @@ -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 '_'