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:
Peter Kümmel 2010-10-18 10:55:01 +00:00
parent f35d1a2a4c
commit 75a9d47628

View File

@ -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 ..."),