]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlTabularCreate.C
The reference dialog now disconnects from the inset on Apply. Its behaviour
[lyx.git] / src / frontends / controllers / ControlTabularCreate.C
index cad18eccde77d209f15a5e60e28ba7ac0bf5f6ea..fa55e9e6a1ab989e93031b0f41e05373cf778abd 100644 (file)
@@ -54,5 +54,5 @@ void ControlTabularCreate::apply()
 
        string const val(tostr(params().first) + " " + tostr(params().second)); 
  
-       lv_.getLyXFunc()->Dispatch(LFUN_INSET_TABULAR, val);
+       lv_.getLyXFunc()->dispatch(LFUN_INSET_TABULAR, val);
 }