From: Jean-Marc Lasgouttes Date: Mon, 9 Aug 2010 09:41:36 +0000 (+0000) Subject: cut and paste error X-Git-Tag: 2.0.0~2834 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=aba279a9289d171a2f59edf51c96fe6a242fd11b;p=lyx.git cut and paste error git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35100 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXRC.cpp b/src/LyXRC.cpp index 3e19dcc683..0bb6d81a71 100644 --- a/src/LyXRC.cpp +++ b/src/LyXRC.cpp @@ -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;