]> 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 3ffa4aa207897adce927a33eccc43bbe81bcb4a6..740badd8d387133ff91ba386170c44321b5c7ef4 100644 (file)
@@ -1,7 +1,8 @@
 /**
  * \file xforms/Dialogs.C
  * Copyright 1995 Matthias Ettrich
- * 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
  * \author Angus Leeming 
@@ -283,3 +284,9 @@ void Dialogs::showVCLogFile()
 {
        pimpl_->vclogfile.controller().show();
 }
+
+
+void Dialogs::showWrap(InsetWrap * iw)
+{
+       pimpl_->wrap.controller().showInset(iw);
+}