]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/guiapi.C
Lars says _(_(b)) is a bug ... fix
[lyx.git] / src / frontends / guiapi.C
index 59088a2f9c0056172dfa6d70210696555529e088..28338a5cfae78f727a4cdb26369cb18f5f1ed019 100644 (file)
@@ -1,10 +1,12 @@
 /**
  * \file guiapi.C
- * Copyright 2002 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 Lars Gullik Bjønnes <larsbj@lyx.org>
- * \author Angus Leeming <leeming@lyx.org>
+ * \author Lars Gullik Bjønnes 
+ * \author Angus Leeming 
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #include <config.h>
@@ -101,6 +103,10 @@ extern "C" {
                d.showFloat(ifl);
        }
 
+       void gui_ShowWrap(InsetWrap * iw, Dialogs & d)
+       {
+               d.showWrap(iw);
+       }
 
        void gui_ShowForks(Dialogs & d)
        {