]> git.lyx.org Git - features.git/blobdiff - src/insets/Inset.cpp
Rename some macro-related insets
[features.git] / src / insets / Inset.cpp
index 2190be70567a257f417220d1dec7efa2a232927a..b458c8181bfe74f50c049c6e3017c6f12f96f33b 100644 (file)
@@ -414,7 +414,7 @@ bool Inset::getStatus(Cursor &, FuncRequest const & cmd,
                }
 
        case LFUN_IN_MATHMACROTEMPLATE:
-               // By default we're not in a MathMacroTemplate inset
+               // By default we're not in a InsetMathMacroTemplate inset
                flag.setEnabled(false);
                return true;