mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
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
This commit is contained in:
parent
e44fc571cc
commit
bee94bbcd2
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user