From 7814b9c85788549e8a13de975420a1cb9087cafc Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Fri, 4 Dec 2009 13:40:40 +0000 Subject: [PATCH] Comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32336 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/Systemcall.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); }; -- 2.39.2