mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Reformat mangled filenames for (xhtml) export to have them sorted.
This commit is contained in:
parent
27092c2af0
commit
5dd96345ab
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user