mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
fix stupid typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1906 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4314e0e5cf
commit
399d1b73cf
@ -1,3 +1,8 @@
|
||||
2001-04-06 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* lyx_main.h:
|
||||
* lyx_main.C (ReadLanguagesFile): fix weird typo in method name
|
||||
|
||||
2001-04-06 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
||||
|
||||
* tabular.[Ch] (getLabelList): implement new method
|
||||
|
@ -417,7 +417,7 @@ void LyX::init(int */*argc*/, char **argv, bool gui)
|
||||
// Read encodings
|
||||
ReadEncodingsFile("encodings");
|
||||
// Read languages
|
||||
ReadLangugesFile("languages");
|
||||
ReadLanguagesFile("languages");
|
||||
|
||||
// Load the layouts
|
||||
lyxerr[Debug::INIT] << "Reading layouts..." << endl;
|
||||
@ -663,7 +663,7 @@ void LyX::ReadUIFile(string const & name)
|
||||
|
||||
|
||||
// Read the languages file `name'
|
||||
void LyX::ReadLangugesFile(string const & name)
|
||||
void LyX::ReadLanguagesFile(string const & name)
|
||||
{
|
||||
lyxerr[Debug::INIT] << "About to read " << name << "..." << endl;
|
||||
|
||||
|
@ -75,7 +75,7 @@ private:
|
||||
/// Read the ui file `name'
|
||||
void ReadUIFile(string const & name);
|
||||
/// Read the languages file `name'
|
||||
void ReadLangugesFile(string const & name);
|
||||
void ReadLanguagesFile(string const & name);
|
||||
/// Read the encodings file `name'
|
||||
void ReadEncodingsFile(string const & name);
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user