]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Context.h
tex2lyx: update a command
[lyx.git] / src / tex2lyx / Context.h
index c5c45b06fb67e172c867c2098a472c18e6dd95ec..0ed5f59b2fa315be5be2ab52ec7413f5de46c044 100644 (file)
@@ -40,11 +40,13 @@ public:
                family = "default";
                series = "default";
                shape = "default";
+               language = "english";
        }
        std::string size;
        std::string family;
        std::string series;
        std::string shape;
+       std::string language;
 };