]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_main.h
better latin3&4 support
[lyx.git] / src / lyx_main.h
index 1c836f6c93d2fb395671120bb7171218c93bc257..d2b0fb9bea80fa2fd4425b6b634ac77fdbbbc17d 100644 (file)
@@ -5,7 +5,7 @@
 *           LyX, The Document Processor
 *       
 *           Copyright 1995 Matthias Ettrich
-*           Copyright 1995-2000 The LyX Team.
+*           Copyright 1995-2001 The LyX Team.
 *
 * ====================================================== */
 
@@ -71,13 +71,13 @@ private:
        /** Search for and read the LyXRC file name, return
            true if successfull.
        */
-        bool ReadRcFile(string const & name);
+        bool readRcFile(string const & name);
        /// Read the ui file `name'
-       void ReadUIFile(string const & name);
+       void readUIFile(string const & name);
        /// Read the languages file `name'
-       void ReadLanguagesFile(string const & name);
+       void readLanguagesFile(string const & name);
        /// Read the encodings file `name'
-       void ReadEncodingsFile(string const & name);
+       void readEncodingsFile(string const & name);
         ///
        bool easyParse(int * argc, char * argv[]);
 };