]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.C
ws changes only
[lyx.git] / src / LyXAction.C
index d7eee1b91e03e92acbb4571e7c306c1006bebe44..c1845026170ac883a18c36c2539a6c50e99e86fc 100644 (file)
@@ -26,7 +26,7 @@ using lyx::support::split;
 using lyx::support::trim;
 
 using std::endl;
-
+using std::string;
 using std::ostream;
 
 
@@ -225,6 +225,7 @@ void LyXAction::init()
                { LFUN_INSET_MINIPAGE, "minipage-insert", Noop },
                { LFUN_INSERT_BRANCH, "branch-insert", Noop },
                { LFUN_INSERT_NOTE, "note-insert", Noop },
+               { LFUN_INSERT_BOX, "box-insert", Noop },
                { LFUN_GOTONOTE, "note-next", ReadOnly },
                { LFUN_INSET_TOGGLE, "inset-toggle", ReadOnly },
                { LFUN_DOWN_PARAGRAPH, "paragraph-down", ReadOnly },