]> git.lyx.org Git - lyx.git/commitdiff
remove ../
authorAndré Pönitz <poenitz@gmx.net>
Thu, 4 Jul 2002 14:32:34 +0000 (14:32 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Thu, 4 Jul 2002 14:32:34 +0000 (14:32 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4533 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/formulabase.C

index 4e2dcf3aaa20db57d5650cbcf8034df9d9af4a7e..c404d951a0aff7712b32103cdacc5edd761abe3a 100644 (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;