]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/Dialogs.C
Clean-up of the button controller.
[lyx.git] / src / frontends / gnome / Dialogs.C
index 8886d5187b34792030f9b05588e8c00082b9a61c..8ba830fcc9d791a81f294b3c612d25973396e924 100644 (file)
 #include "ControlLog.h"
 #include "ControlUrl.h"
 #include "ControlVCLog.h"
-
+#include "ControlTabularCreate.h"
 #include "GUI.h"
 
 #include "FormUrl.h"
 #include "FormCredits.h"
 #include "FormCopyright.h"
 #include "FormError.h"
-
+#include "FormTabularCreate.h"
 /*
 #include "FormBibitem.h"
 #include "FormBibtex.h"
@@ -77,6 +77,7 @@ Dialogs::Dialogs(LyXView * lv)
        add(new GUICredits<FormCredits, gnomeBC>(*lv, *this));
        add(new GUICopyright<FormCopyright, gnomeBC>(*lv, *this));
        add(new GUIError<FormError, gnomeBC>(*lv, *this));
+       add(new GUITabularCreate<FormTabularCreate, gnomeBC>(*lv, *this));
 
 /*     
        splash_.reset(new FormSplash(lv, this));