]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlToc.C
The reference dialog now disconnects from the inset on Apply. Its behaviour
[lyx.git] / src / frontends / controllers / ControlToc.C
index c4eae44f551b0e768aa0bc59610ffcc487964313..9498787396c0e7eb285e89d70b953ad3fe2bfec6 100644 (file)
@@ -42,7 +42,7 @@ ControlToc::ControlToc(LyXView & lv, Dialogs & d)
 void ControlToc::Goto(int const & id) const
 {
        string const tmp = tostr(id);
-       lv_.getLyXFunc()->Dispatch(LFUN_GOTO_PARAGRAPH, tmp);
+       lv_.getLyXFunc()->dispatch(LFUN_GOTO_PARAGRAPH, tmp);
 }