]> 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 445bb9b4014d962047eb8f22833cca213a0e83e4..fa55e9e6a1ab989e93031b0f41e05373cf778abd 100644 (file)
@@ -16,6 +16,8 @@
 #pragma implementation
 #endif
 
+#include "ViewBase.h"
+#include "ButtonControllerBase.h"
 #include "ControlTabularCreate.h"
 #include "BufferView.h"
 #include "Dialogs.h"
@@ -52,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);
 }