From: Pavel Sanda Date: Fri, 4 Dec 2009 13:40:40 +0000 (+0000) Subject: Comment X-Git-Tag: 2.0.0~4913 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7814b9c85788549e8a13de975420a1cb9087cafc;p=features.git Comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32336 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/support/Systemcall.h b/src/support/Systemcall.h index 39aeaad4bf..fcd836c0db 100644 --- a/src/support/Systemcall.h +++ b/src/support/Systemcall.h @@ -40,7 +40,8 @@ public: /** Start child process. * The string "what" contains a commandline with arguments separated - * by spaces. + * by spaces. Unset "process_events" in case UI should be blocked while + * processing the external command. */ int startscript(Starttype how, std::string const & what, bool process_events = true); };