]> git.lyx.org Git - features.git/blobdiff - src/lyxrc.C
fix the reformat bug, some small things
[features.git] / src / lyxrc.C
index 0d4dc23cd71081245f93bda253ffd90b92e584be..b30469c415fb7da2036f2942862b2f4e05b96d60 100644 (file)
@@ -1201,6 +1201,9 @@ void LyXRC::output(ostream & os) const
                os << "\\escape_chars \"" << isp_esc_chars << "\"\n";
        case RC_MAKE_BACKUP:
                os << "\\make_backup " << tostr(make_backup) << "\n";
+       case RC_DATE_INSERT_FORMAT:
+               os << "\\date_insert_format \"" << date_insert_format
+                  << "\"\n"; 
        }
        os.flush();
 }