]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/Dialogs2.C
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / Dialogs2.C
index 366da646c0c04b434f53ca1efb7000c76b486151..740badd8d387133ff91ba386170c44321b5c7ef4 100644 (file)
@@ -1,11 +1,13 @@
 /**
  * \file xforms/Dialogs.C
  * Copyright 1995 Matthias Ettrich
- * Copyright 1995-2001 The LyX Team.
- * See the file COPYING.
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Allan Rae, rae@lyx.org
- * \author Angus Leeming <leeming@lyx.org>
+ * \author Allan Rae
+ * \author Angus Leeming 
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #include <config.h>
@@ -282,3 +284,9 @@ void Dialogs::showVCLogFile()
 {
        pimpl_->vclogfile.controller().show();
 }
+
+
+void Dialogs::showWrap(InsetWrap * iw)
+{
+       pimpl_->wrap.controller().showInset(iw);
+}