* src/LyXRC.cpp: fix order.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21419 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2007-11-04 11:25:20 +00:00
parent 967c4143b0
commit 2579af6bf2

View File

@ -2280,10 +2280,6 @@ string const LyXRC::getDescription(LyXRCTags tag)
str = _("Specify an alternate personal dictionary file. E.g. \".ispell_english\".");
break;
case RC_USE_PIXMAP_CACHE:
str = _("Enable the pixmap cache that might improve performance on Mac and Windows.");
break;
case RC_PREVIEW:
str = _("Shows a typeset preview of things such as math");
break;
@ -2455,6 +2451,10 @@ string const LyXRC::getDescription(LyXRCTags tag)
str = _("Specify whether to pass the -T input encoding option to ispell. Enable this if you cannot check the spelling of words containing accented letters. This may not work with all dictionaries.");
break;
case RC_USE_PIXMAP_CACHE:
str = _("Enable the pixmap cache that might improve performance on Mac and Windows.");
break;
case RC_USE_SPELL_LIB:
break;