mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
fix typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6851 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
86bc0ad030
commit
6b6f256944
@ -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.
|
||||
|
@ -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()
|
||||
{}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user