]> git.lyx.org Git - features.git/commitdiff
Enable RTL language support and Converter cache by default.
authorAbdelrazak Younes <younes@lyx.org>
Fri, 11 May 2007 13:01:59 +0000 (13:01 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 11 May 2007 13:01:59 +0000 (13:01 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18264 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXRC.cpp

index fbcd870182cbfa24e959d38c9ea00d6093ce7d99..a24754c61a7c1ef96bf153616d74763eaf407738 100644 (file)
@@ -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());