]> git.lyx.org Git - features.git/blobdiff - src/mathed/formulabase.C
remove the hard-coded greek stuff, it is handled in math.bind nowadays
[features.git] / src / mathed / formulabase.C
index 954e0374e0266acb0e30bc0062c72d6d4698fda6..f683cf88c5a1f003dbfa235e6c168674a36d102c 100644 (file)
@@ -488,7 +488,7 @@ InsetFormulaBase::localDispatch(BufferView * bv, kb_action action,
        case LFUN_GREEK: 
                handleFont(bv, LM_TC_GREEK1);
                if (arg.size())
-                       mathcursor->interpret(arg[0]);
+                       mathcursor->interpret(arg);
                break;
 
        case LFUN_MATH_MODE: