git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6851 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2003-04-24 23:46:40 +00:00
parent 86bc0ad030
commit 6b6f256944
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2003-04-25 Lars Gullik Bjønnes <larsbj@gullik.net>
* messages.C (Messages): fix typo in comment
* buffer.C (readFile): set message_ after file is loaded.
(makeDocBookFile): remove double return
(changeLanguage): reset message_ upon language change.

View File

@ -122,7 +122,7 @@ Messages::Messages(string const & l, string const & dir)
{}
// We need this for the sake of scopted_ptr
// We need this for the sake of scoped_ptr
Messages::~Messages()
{}