From: André Pönitz Date: Thu, 4 Jul 2002 14:32:34 +0000 (+0000) Subject: remove ../ X-Git-Tag: 1.6.10~18968 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=28076fac18c5989beea660af88306693419ce03b;p=lyx.git remove ../ git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4533 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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;