remove ../

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4533 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-07-04 14:32:34 +00:00
parent 4e021cd0a6
commit 28076fac18

View File

@ -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;