mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fix comment:
We have to copy the files because export is asynchronous now, What about the children? git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35703 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f35d1a2a4c
commit
75a9d47628
@ -2925,8 +2925,9 @@ void GuiView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
|
||||
cmd.argument()));
|
||||
}
|
||||
#else
|
||||
// TODO/Review: Could we also export with doExport(argument, true)
|
||||
// as done in exportAndDestroy?
|
||||
/* TODO/Review: Is it a problem to also export the children?
|
||||
See the update_unincluded flag
|
||||
*/
|
||||
d.asyncBufferProcessing(argument,
|
||||
doc_buffer,
|
||||
_("Exporting ..."),
|
||||
|
Loading…
Reference in New Issue
Block a user