]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Context.h
Cmake build: Omit also hidden header files from globbing
[lyx.git] / src / tex2lyx / Context.h
index ccd9c0541b3b91790ee2925060f72aa587fc303c..cf006f3222964c6aa50d7d2f725045f3253d5924 100644 (file)
@@ -40,7 +40,7 @@ public:
                family = "default";
                series = "default";
                shape = "default";
-               language = "default";
+               language = "english";
        }
        std::string size;
        std::string family;
@@ -113,7 +113,7 @@ public:
        /// Add extra stuff if not already there
        void add_extra_stuff(std::string const &);
 
-       /*! 
+       /*!
         *  Add paragraph-level extra stuff if not already there. This
         *  will be reset at the next check_layout()
         */