]> git.lyx.org Git - features.git/blobdiff - src/LyXAction.C
Synching my tree with cvs.
[features.git] / src / LyXAction.C
index b2c6953240e68640b4cadcf05f0cce0b141665b6..50efd7dad2e86767f23371365f6d6a419217e370 100644 (file)
@@ -434,6 +434,10 @@ void LyXAction::init()
                  N_("Display information about LyX"), NoBuffer },
                { LFUN_HELP_TEXINFO, "help-Texinfo",
                  N_("Display information about the TeX installation"), NoBuffer },
+               { LFUN_FORKS_SHOW, "show-forks",
+                 N_("Show the processes forked by LyX"), NoBuffer },
+               { LFUN_FORKS_KILL, "kill-forks",
+                 N_("Kill the forked process with this PID"), NoBuffer },
                { LFUN_NOACTION, "", "", Noop }
        };