]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/Dialogs.C
Angus inseterror patch + Dekel mathed fix + added language_country code and
[features.git] / src / frontends / xforms / Dialogs.C
index ea8d7fc0ea84cca874e586e02141175ce22f8aa3..a6674e5b74674fd79fd8e39d61a364421effe1bd 100644 (file)
@@ -5,6 +5,7 @@
 #include "FormCitation.h"
 #include "FormCopyright.h"
 #include "FormDocument.h"
+#include "FormError.h"
 #include "FormGraphics.h"
 #include "FormIndex.h"
 #include "FormPreferences.h"
@@ -27,6 +28,7 @@ Dialogs::Dialogs(LyXView * lv)
        dialogs_.push_back(new FormCitation(lv, this));
        dialogs_.push_back(new FormCopyright(lv, this));
        dialogs_.push_back(new FormDocument(lv, this));
+       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 FormPreferences(lv, this));