From bee94bbcd29ff19d84cf7644cb75c618acd874b6 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Fri, 11 May 2007 13:01:59 +0000 Subject: [PATCH] Enable RTL language support and Converter cache by default. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18264 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXRC.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LyXRC.cpp b/src/LyXRC.cpp index fbcd870182..a24754c61a 100644 --- a/src/LyXRC.cpp +++ b/src/LyXRC.cpp @@ -256,7 +256,7 @@ void LyXRC::setDefaults() { isp_use_pers_dict = false; isp_use_esc_chars = false; use_kbmap = false; - rtl_support = false; + rtl_support = true; auto_number = true; mark_foreign_language = true; language_auto_begin = true; @@ -277,7 +277,7 @@ void LyXRC::setDefaults() { preview = PREVIEW_OFF; preview_hashed_labels = false; preview_scale_factor = "0.9"; - use_converter_cache = false; + use_converter_cache = true; converter_cache_maxage = 6 * 30 * 24 * 3600; // 6 months user_name = to_utf8(support::user_name()); -- 2.39.5