]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/Dialogs_impl.h
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / Dialogs_impl.h
index b0247a979d8edcd34af3beb29531b1d58c095da8..f552ee3055e8e2cdebdee3b34e991e8ba33d6949 100644 (file)
@@ -1,7 +1,8 @@
 // -*- C++ -*-
 /**
  * \file Dialogs_impl.h
- * See the file COPYING.
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  * \author Angus Leeming 
  *
  * Full author contact details are available in file CREDITS
 #include "ControlVCLog.h"
 #include "FormVCLog.h"
 
+#include "ControlWrap.h"
+#include "FormWrap.h"
+#include "forms/form_wrap.h"
+
 
 typedef GUI<ControlAboutlyx, FormAboutlyx, OkCancelPolicy, xformsBC>
 AboutlyxDialog;
@@ -266,6 +271,9 @@ UrlDialog;
 typedef GUI<ControlVCLog, FormVCLog, OkCancelPolicy, xformsBC>
 VCLogFileDialog;
 
+typedef GUI<ControlWrap, FormWrap, NoRepeatedApplyReadOnlyPolicy, xformsBC>
+WrapDialog;
+
 struct Dialogs::Impl {
        Impl(LyXView & lv, Dialogs & d);
 
@@ -306,6 +314,7 @@ struct Dialogs::Impl {
        TocDialog           toc;
        UrlDialog           url;
        VCLogFileDialog     vclogfile;
+       WrapDialog          wrap;
 };
 
 #endif // DIALOGS_IMPL_H