]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Context.h
InsetParamsDialog: fix Restore button enabling/disabling.
[lyx.git] / src / tex2lyx / Context.h
index c5c45b06fb67e172c867c2098a472c18e6dd95ec..ccd9c0541b3b91790ee2925060f72aa587fc303c 100644 (file)
@@ -40,11 +40,13 @@ public:
                family = "default";
                series = "default";
                shape = "default";
+               language = "default";
        }
        std::string size;
        std::string family;
        std::string series;
        std::string shape;
+       std::string language;
 };