Reformat mangled filenames for (xhtml) export to have them sorted.

This commit is contained in:
Pavel Sanda 2021-07-09 14:32:36 +02:00
parent 27092c2af0
commit 5dd96345ab

View File

@ -983,7 +983,7 @@ string DocFileName::mangledFileName(string const & dir, bool use_counter, bool e
#endif
hash = hash.toHex();
mname = fromqstr(QString(hash));
mname = mname + "_" + onlyFileName();
mname = "export_" + onlyFileName() + "_" + mname;
}
// The mangled name must be a valid LaTeX name.