]> 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 400015f7efdddf5aaf4448b96379c9fca0f0b387..28338a5cfae78f727a4cdb26369cb18f5f1ed019 100644 (file)
@@ -103,6 +103,10 @@ extern "C" {
                d.showFloat(ifl);
        }
 
+       void gui_ShowWrap(InsetWrap * iw, Dialogs & d)
+       {
+               d.showWrap(iw);
+       }
 
        void gui_ShowForks(Dialogs & d)
        {