]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.C
gross hack to set layout
[lyx.git] / src / lyxrc.C
index b3d967d4801213a8e4a170aaea3676e512e8a9c8..95f463fe8fe3bb07b8364fed4280d48625e900be 100644 (file)
@@ -225,7 +225,7 @@ void LyXRC::setDefaults() {
        make_backup = true;
        backupdir_path.erase();
        exit_confirmation = true;
-       display_graphics = "mono";
+       display_graphics = "color";
        display_shortcuts = true;
        // Spellchecker settings:
 #ifdef USE_PSPELL      
@@ -1246,7 +1246,7 @@ void LyXRC::output(ostream & os) const
                   << "#\n\n";
                
        case RC_SET_COLOR:
-               for (int i = 0; i < LColor::ignore; ++i ) {
+               for (int i = 0; i < LColor::ignore; ++i) {
                        LColor::color lc = static_cast<LColor::color>(i);
                        
                        string const col(lcolor.getX11Name(lc));
@@ -1897,7 +1897,7 @@ string const LyXRC::getDescription(LyXRCTags tag)
                break;
                
        case RC_SCREEN_FONT_SCALABLE:
-               str = N_("Allow the use of scalable screen fonts? If false, LyX will use the closest existing size for a match. Use this if the scalable fonts look bad and you have many fixed size fonts.");
+               str = N_("Allow bitmap fonts to be resized. If you are using a bitmap font, selecting this option may make some fonts look blocky in LyX. Deselecting this option makes LyX use the nearest bitmap font size available, instead of scaling.");
                break;
                
        case RC_CHKTEX_COMMAND: