X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2FContext.h;h=0ed5f59b2fa315be5be2ab52ec7413f5de46c044;hb=487c8b5bd34b1de999d213d83e27916a334d4891;hp=c5c45b06fb67e172c867c2098a472c18e6dd95ec;hpb=4b07e1ea9263b80dc04e222af328f19944ffcad5;p=lyx.git diff --git a/src/tex2lyx/Context.h b/src/tex2lyx/Context.h index c5c45b06fb..0ed5f59b2f 100644 --- a/src/tex2lyx/Context.h +++ b/src/tex2lyx/Context.h @@ -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; };