]> 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 9ed8e939ca1bab3855b03572eecc61c543efee88..740badd8d387133ff91ba386170c44321b5c7ef4 100644 (file)
@@ -284,3 +284,9 @@ void Dialogs::showVCLogFile()
 {
        pimpl_->vclogfile.controller().show();
 }
+
+
+void Dialogs::showWrap(InsetWrap * iw)
+{
+       pimpl_->wrap.controller().showInset(iw);
+}