From 28076fac18c5989beea660af88306693419ce03b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Thu, 4 Jul 2002 14:32:34 +0000 Subject: [PATCH] remove ../ git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4533 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/formulabase.C | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mathed/formulabase.C b/src/mathed/formulabase.C index 4e2dcf3aaa..c404d951a0 100644 --- a/src/mathed/formulabase.C +++ b/src/mathed/formulabase.C @@ -53,7 +53,7 @@ #include "textpainter.h" #include "frontends/Dialogs.h" #include "intl.h" -#include "../insets/insetcommandparams.h" +#include "insets/insetcommandparams.h" #include "ref_inset.h" @@ -777,9 +777,9 @@ InsetFormulaBase::localDispatch(BufferView * bv, kb_action action, InsetCommandParams p("ref"); bv->owner()->getDialogs()->createRef(p.getAsString()); } else { - //mathcursor->handleNest(new RefInset); + //mathcursor->handleNest(new InsetRef2); //mathcursor->insert(arg); - mathcursor->insert(MathAtom(new RefInset(arg))); + mathcursor->insert(MathAtom(new InsetRef2(arg))); } updateLocal(bv, true); break;