git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16080 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-11-27 18:11:11 +00:00
parent 7d192a2797
commit 0229b4a8f5

View File

@ -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';
}