mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +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
|
#endif
|
||||||
hash = hash.toHex();
|
hash = hash.toHex();
|
||||||
mname = fromqstr(QString(hash));
|
mname = fromqstr(QString(hash));
|
||||||
mname = mname + "_" + onlyFileName();
|
mname = "export_" + onlyFileName() + "_" + mname;
|
||||||
}
|
}
|
||||||
|
|
||||||
// The mangled name must be a valid LaTeX name.
|
// The mangled name must be a valid LaTeX name.
|
||||||
|
Loading…
Reference in New Issue
Block a user