]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/Dialogs.C
patch from Angus
[features.git] / src / frontends / xforms / Dialogs.C
index 8cb2fd407aef875d9578b2f140437e6404f5fc0b..d58f906a00a7bbc4d23a016050e1e7c0b4f4909e 100644 (file)
@@ -8,6 +8,7 @@
 #include "FormCitation.h"
 #include "FormPrint.h"
 #include "FormTabular.h"
+#include "FormToc.h"
 #include "FormUrl.h"
 
 #ifdef __GNUG__
@@ -23,6 +24,7 @@ Dialogs::Dialogs(LyXView * lv)
        dialogs_.push_back(new FormCitation(lv, this));
        dialogs_.push_back(new FormPrint(lv, this));
        dialogs_.push_back(new FormTabular(lv, this));
+       dialogs_.push_back(new FormToc(lv, this));
        dialogs_.push_back(new FormUrl(lv, this));
 
        // reduce the number of connections needed in