]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/Dialogs.C
small patch from Dekel, begin introducing the real boost framework, get rid of the...
[lyx.git] / src / frontends / gnome / Dialogs.C
index a6674e5b74674fd79fd8e39d61a364421effe1bd..778c6f3e3bec2cc62afbe99088074d2e4b1cfd11 100644 (file)
@@ -8,6 +8,7 @@
 #include "FormError.h"
 #include "FormGraphics.h"
 #include "FormIndex.h"
+#include "FormParagraph.h"
 #include "FormPreferences.h"
 #include "FormPrint.h"
 #include "FormRef.h"
@@ -32,6 +33,7 @@ Dialogs::Dialogs(LyXView * lv)
        dialogs_.push_back(new FormGraphics(lv, this));
        dialogs_.push_back(new FormIndex(lv, this));
        dialogs_.push_back(new FormPreferences(lv, this));
+       dialogs_.push_back(new FormParagraph(lv, this));
        dialogs_.push_back(new FormPrint(lv, this));
        dialogs_.push_back(new FormRef(lv, this));
        dialogs_.push_back(new FormTabular(lv, this));