]> git.lyx.org Git - features.git/commitdiff
InsetMathNest.cpp: forgot this in last commit
authorUwe Stöhr <uwestoehr@web.de>
Tue, 7 Apr 2009 00:23:38 +0000 (00:23 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Tue, 7 Apr 2009 00:23:38 +0000 (00:23 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29132 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathNest.cpp

index 57933a1e182ffefa781fcc671f79865e3a838a94..cff232b87c3f44225c48dae0d41a7fce84744f67 100644 (file)
@@ -1938,6 +1938,8 @@ MathCompletionList::MathCompletionList(Cursor const & cur)
        globals.push_back(from_ascii("\\normalcolor"));
        globals.push_back(from_ascii("\\textcolor"));
        globals.push_back(from_ascii("\\cfrac"));
+       globals.push_back(from_ascii("\\cfracleft"));
+       globals.push_back(from_ascii("\\cfracright"));
        globals.push_back(from_ascii("\\dfrac"));
        globals.push_back(from_ascii("\\tfrac"));
        globals.push_back(from_ascii("\\dbinom"));