]> git.lyx.org Git - features.git/commitdiff
Comment
authorPavel Sanda <sanda@lyx.org>
Fri, 4 Dec 2009 13:40:40 +0000 (13:40 +0000)
committerPavel Sanda <sanda@lyx.org>
Fri, 4 Dec 2009 13:40:40 +0000 (13:40 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32336 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/Systemcall.h

index 39aeaad4bfaee21b64dbcf0d5626668539303243..fcd836c0db99088ae25796e5d285ea4aff9a06e0 100644 (file)
@@ -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);
 };