]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathNest.cpp
LFUN_FONT_FREE_* -> LFUN_TEXSTYLE_*
[features.git] / src / mathed / InsetMathNest.cpp
index 4dbdd2a03015d693c7e767e0324d47466ab59103..a2da9d0d14e541398b787e6adfcadad5da09dfa6 100644 (file)
@@ -880,8 +880,8 @@ void InsetMathNest::doDispatch(Cursor & cur, FuncRequest & cmd)
                break;
 
        //  Math fonts
-       case LFUN_FONT_FREE_APPLY:
-       case LFUN_FONT_FREE_UPDATE:
+       case LFUN_TEXTSTYLE_APPLY:
+       case LFUN_TEXTSTYLE_UPDATE:
                handleFont2(cur, cmd.argument());
                break;