]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.cpp
Fix 'Export As...' in non-English localizations
[lyx.git] / src / TextClass.cpp
index 1fcdb2d3728d92063db0f2f371b3319a94fc847c..b77f31b3369c68b7422fe8f5e99ec8b1657d29c1 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 = 47; //rgh: package options
+int const LAYOUT_FORMAT = 48; //rgh: initial values for counter
 
 namespace {
 
@@ -635,7 +635,7 @@ TextClass::ReturnValues TextClass::read(Lexer & lexrc, ReadType rt)
                        requires_.insert(req.begin(), req.end());
                        break;
                }
-               
+
                case TC_PKGOPTS : {
                        lexrc.next();
                        string const pkg = lexrc.getString();