From: Uwe Stöhr Date: Tue, 24 Aug 2010 01:37:29 +0000 (+0000) Subject: LyXRC.cpp: don't use the OS system colors by default as discussed, those who prefer... X-Git-Tag: 2.0.0~2764 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=bc58158be779efefbef1ccb28c46fa06abea5d6b;p=lyx.git LyXRC.cpp: don't use the OS system colors by default as discussed, those who prefer this can easily turn it on git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35188 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXRC.cpp b/src/LyXRC.cpp index 0bb6d81a71..252bbfb36d 100644 --- a/src/LyXRC.cpp +++ b/src/LyXRC.cpp @@ -331,7 +331,7 @@ void LyXRC::setDefaults() preview_hashed_labels = false; preview_scale_factor = 1.0; use_converter_cache = true; - use_system_colors = true; + use_system_colors = false; use_tooltip = true; use_pixmap_cache = false; converter_cache_maxage = 6 * 30 * 24 * 3600; // 6 months