]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/Dialogs.C
Angus's insetref-patch and a small fix.
[features.git] / src / frontends / xforms / Dialogs.C
index e193eecc06a5968ae36e89cafc0a10c17d4a6afd..1d8891dad70d87032515878d1a2a3377b37ededb 100644 (file)
@@ -8,6 +8,7 @@
 #include "FormIndex.h"
 #include "FormPreferences.h"
 #include "FormPrint.h"
+#include "FormRef.h"
 #include "FormTabular.h"
 #include "FormToc.h"
 #include "FormUrl.h"
@@ -25,6 +26,7 @@ Dialogs::Dialogs(LyXView * lv)
        dialogs_.push_back(new FormIndex(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 FormToc(lv, this));
        dialogs_.push_back(new FormUrl(lv, this));