From: Abdelrazak Younes Date: Fri, 11 May 2007 13:01:59 +0000 (+0000) Subject: Enable RTL language support and Converter cache by default. X-Git-Tag: 1.6.10~9822 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=bee94bbcd29ff19d84cf7644cb75c618acd874b6;p=lyx.git 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 --- 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());