]> git.lyx.org Git - features.git/blobdiff - src/lyx_main.h
Dekel language/encoding patch + a few fixes
[features.git] / src / lyx_main.h
index ba5db6b409b61b65d5833bacc043588e92182a3b..ba840c422f9afcf33536eb7b259d2c24aa1f731e 100644 (file)
@@ -74,6 +74,10 @@ private:
         bool ReadRcFile(string const & name);
        /// Read the ui file `name'
        void ReadUIFile(string const & name);
+       /// Read the languages file `name'
+       void ReadLangugesFile(string const & name);
+       /// Read the encodings file `name'
+       void ReadEncodingsFile(string const & name);
         ///
        bool easyParse(int * argc, char * argv[]);
 };