]> git.lyx.org Git - features.git/commit
Fix crash at startup for tex2ylx and lyxclient
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 31 May 2013 09:57:50 +0000 (11:57 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 31 May 2013 09:59:52 +0000 (11:59 +0200)
commit00387b2a38a1d5a3917eef0f30fac63814b8ac2b
tree38c93c890e52bfdc417ba190a9abe52919dde38d
parent3a985a228ca5fa6a255a1d3329214437bc83c520
Fix crash at startup for tex2ylx and lyxclient

This is done by handling explicitly a dummy Message object, where no parsing of mo file is attempted. This avoids in turn that the lyxerr object is used during initialization of a global dummy Message object.
src/support/Messages.cpp
src/support/Messages.h