X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyx_main.h;h=ba840c422f9afcf33536eb7b259d2c24aa1f731e;hb=bd659b25fb6e2df5d02273ee1ce4699aa5723e2e;hp=ba5db6b409b61b65d5833bacc043588e92182a3b;hpb=71f8ac34a96741c40c876c66ae199f9677559a5c;p=features.git diff --git a/src/lyx_main.h b/src/lyx_main.h index ba5db6b409..ba840c422f 100644 --- a/src/lyx_main.h +++ b/src/lyx_main.h @@ -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[]); };