]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.C
don't draw invisible things...
[lyx.git] / src / LyXAction.C
index 50efd7dad2e86767f23371365f6d6a419217e370..ad6b2f3f4e48da9f95dd3ec1976661eb4a42b9a6 100644 (file)
@@ -196,7 +196,6 @@ void LyXAction::init()
                  N_("Insert a new ERT Inset"), Noop },
                { LFUN_INSET_EXTERNAL, "external-insert",
                  N_("Insert a new external inset"), Noop },
-               { LFUN_FIGURE, "figure-insert", N_("Insert Graphics"), Noop },
                { LFUN_INSET_GRAPHICS, "graphics-insert",
                  N_("Insert Graphics"), Noop },
                { LFUN_FILE_INSERT, "file-insert", "", Noop },
@@ -438,6 +437,7 @@ void LyXAction::init()
                  N_("Show the processes forked by LyX"), NoBuffer },
                { LFUN_FORKS_KILL, "kill-forks",
                  N_("Kill the forked process with this PID"), NoBuffer },
+               { LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips", "", NoBuffer },
                { LFUN_NOACTION, "", "", Noop }
        };