]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetref.C
fix typo that put too many include paths for most people
[lyx.git] / src / insets / insetref.C
index b6fccf4831454812d9da9976dabb845714e76d86..1ad1209070c318325ff017d2155ecb05c9e79853 100644 (file)
@@ -26,7 +26,7 @@ void InsetRef::edit(BufferView * bv, int, int, unsigned int button)
 {
        // Eventually trigger dialog with button 3 not 1
        if (button == 3)
-               bv->owner()->getLyXFunc()->
+               bv->owner()->getLyXFunc()->
                        dispatch(LFUN_REF_GOTO, getContents());
        else if (button == 1)
                bv->owner()->getDialogs()->showRef(this);