]> 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 f90f5bf91f1cee1e142de83e96bd38240d6dfeba..8ba830fcc9d791a81f294b3c612d25973396e924 100644 (file)
 #pragma implementation
 #endif
 
-#include "Dialogs.h"
+#include "gettext.h"
 
+#include "Dialogs.h"
 #include "gnomeBC.h"
 
+#include "ControlSplash.h"
 #include "ControlBibitem.h"
 #include "ControlBibtex.h"
 #include "ControlCharacter.h"
 #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"
@@ -75,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));