]> 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 721ab5351be86798f2c478417468c9f49f88f779..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 "ControlCitation.h"
 #include "ControlCopyright.h"
 #include "ControlCredits.h"
+#include "ControlError.h"
 #include "ControlInclude.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"
@@ -44,7 +48,6 @@
 #include "FormVCLog.h"
 
 #include "FormDocument.h"
-#include "FormError.h"
 #include "FormExternal.h" 
 #include "FormGraphics.h"
 #include "FormInclude.h"
@@ -64,7 +67,7 @@
 #include "FormMinipage.h"
 */
 
-// Signal enabling all visible popups to be redrawn if so desired.
+// Signal enabling all visible dialogs to be redrawn if so desired.
 // E.g., when the GUI colours have been remapped.
 SigC::Signal0<void> Dialogs::redrawGUI;
 
@@ -73,6 +76,8 @@ Dialogs::Dialogs(LyXView * lv)
        add(new GUIUrl<FormUrl, gnomeBC>(*lv, *this));
        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));
@@ -88,7 +93,6 @@ Dialogs::Dialogs(LyXView * lv)
        add(new FormCitation(lv, this));
        
        add(new FormDocument(lv, this));
-       add(new FormError(lv, this));
        add(new FormExternal(lv, this));
        add(new FormGraphics(lv, this));
        add(new FormInclude(lv, this));