]> git.lyx.org Git - features.git/blobdiff - src/lyxrc.C
to much stuff for my liking...
[features.git] / src / lyxrc.C
index b0dc77ff74a9c404fece2430b68249de1c4b2e4c..79f7f72eb82253a0f477f3f231119c32d148283a 100644 (file)
@@ -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));