mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
remove ../
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4533 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4e021cd0a6
commit
28076fac18
@ -53,7 +53,7 @@
|
|||||||
#include "textpainter.h"
|
#include "textpainter.h"
|
||||||
#include "frontends/Dialogs.h"
|
#include "frontends/Dialogs.h"
|
||||||
#include "intl.h"
|
#include "intl.h"
|
||||||
#include "../insets/insetcommandparams.h"
|
#include "insets/insetcommandparams.h"
|
||||||
|
|
||||||
#include "ref_inset.h"
|
#include "ref_inset.h"
|
||||||
|
|
||||||
@ -777,9 +777,9 @@ InsetFormulaBase::localDispatch(BufferView * bv, kb_action action,
|
|||||||
InsetCommandParams p("ref");
|
InsetCommandParams p("ref");
|
||||||
bv->owner()->getDialogs()->createRef(p.getAsString());
|
bv->owner()->getDialogs()->createRef(p.getAsString());
|
||||||
} else {
|
} else {
|
||||||
//mathcursor->handleNest(new RefInset);
|
//mathcursor->handleNest(new InsetRef2);
|
||||||
//mathcursor->insert(arg);
|
//mathcursor->insert(arg);
|
||||||
mathcursor->insert(MathAtom(new RefInset(arg)));
|
mathcursor->insert(MathAtom(new InsetRef2(arg)));
|
||||||
}
|
}
|
||||||
updateLocal(bv, true);
|
updateLocal(bv, true);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user