mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
Fix bug 1843
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9750 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
31a1809f72
commit
dbbcea2f5e
@ -1,3 +1,7 @@
|
||||
2005-03-27 MArtin Vermeer <martin.vermeer@hut.fi>
|
||||
|
||||
* ControlDocument.C (dispatch_bufferparams): fix bug 1843
|
||||
|
||||
2005-03-15 Eitan Frachtenberg <sky8an@gmail.com>
|
||||
|
||||
* biblio.C (getInfo): Show BibTeX annotation in citation preview
|
||||
|
@ -71,6 +71,7 @@ void dispatch_bufferparams(Kernel const & kernel, BufferParams const & bp,
|
||||
kb_action lfun)
|
||||
{
|
||||
ostringstream ss;
|
||||
ss << "\\begin_header\n";
|
||||
bp.writeFile(ss);
|
||||
ss << "\\end_header\n";
|
||||
kernel.dispatch(FuncRequest(lfun, ss.str()));
|
||||
|
Loading…
Reference in New Issue
Block a user