]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.cpp
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src / TextClass.cpp
index 391073d8ed948dac1dddfa9bfea816fca113fed8..5b9632d4d2f94cd31e9f84071aebdbbd635674f1 100644 (file)
@@ -61,7 +61,7 @@ namespace lyx {
 // development/tools/updatelayouts.sh script, to update the format of
 // all of our layout files.
 //
-int const LAYOUT_FORMAT = 48; //rgh: initial values for counter
+int const LAYOUT_FORMAT = 49; //gb: change default of ResetsFont
 
 namespace {
 
@@ -219,7 +219,7 @@ enum TextClassTags {
        TC_CITEENGINETYPE,
        TC_CITEFORMAT,
        TC_DEFAULTBIBLIO,
-       TC_FULLAUTHORLIST,
+       TC_FULLAUTHORLIST
 };