mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
fix typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16080 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7d192a2797
commit
0229b4a8f5
@ -1489,7 +1489,7 @@ void LyXRC::write(ostream & os, bool ignore_system_lyxrc) const
|
||||
case RC_CONVERTER_CACHE_MAXAGE:
|
||||
if (ignore_system_lyxrc ||
|
||||
converter_cache_maxage != system_lyxrc.converter_cache_maxage) {
|
||||
os << "\\converter_cache_maxage"
|
||||
os << "\\converter_cache_maxage "
|
||||
<< converter_cache_maxage << '\n';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user