]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/Dialogs.C
More pref work from Angus
[lyx.git] / src / frontends / xforms / Dialogs.C
index a6674e5b74674fd79fd8e39d61a364421effe1bd..0892d444b5ce74ae53d0ebd16408151bc0c8c382 100644 (file)
@@ -8,10 +8,12 @@
 #include "FormError.h"
 #include "FormGraphics.h"
 #include "FormIndex.h"
+#include "FormParagraph.h"
 #include "FormPreferences.h"
 #include "FormPrint.h"
 #include "FormRef.h"
 #include "FormTabular.h"
+#include "FormTabularCreate.h"
 #include "FormToc.h"
 #include "FormUrl.h"
 
@@ -31,10 +33,12 @@ Dialogs::Dialogs(LyXView * lv)
        dialogs_.push_back(new FormError(lv, this));
        dialogs_.push_back(new FormGraphics(lv, this));
        dialogs_.push_back(new FormIndex(lv, this));
+       dialogs_.push_back(new FormParagraph(lv, this));
        dialogs_.push_back(new FormPreferences(lv, this));
        dialogs_.push_back(new FormPrint(lv, this));
        dialogs_.push_back(new FormRef(lv, this));
        dialogs_.push_back(new FormTabular(lv, this));
+       dialogs_.push_back(new FormTabularCreate(lv, this));
        dialogs_.push_back(new FormToc(lv, this));
        dialogs_.push_back(new FormUrl(lv, this));