X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXRC.cpp;h=252bbfb36d4c3c28c8a1a3feaa9f3355dfa2d296;hb=1712e4f35e3e8cb132f731dca773f7767a241bf6;hp=3e19dcc68359a6e4d0f84716d47e1f2c1c1b91cc;hpb=17729b93461966b1eaca8408432ec663ac587338;p=lyx.git diff --git a/src/LyXRC.cpp b/src/LyXRC.cpp index 3e19dcc683..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 @@ -3397,7 +3397,7 @@ string const LyXRC::getDescription(LyXRCTags tag) case RC_USETEMPDIR: break; - case RC_USE_TOOLTIP: + case RC_USE_USE_SYSTEM_COLORS: str = _("Enable use the system colors for some things like main window background and selection."); break;