]> 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 c4f3a77e0cd6a81ea9e1cf24fa32403a689b6ab4..fa55e9e6a1ab989e93031b0f41e05373cf778abd 100644 (file)
@@ -1,4 +1,3 @@
-// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
@@ -55,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);
 }