]> git.lyx.org Git - lyx.git/blobdiff - src/LyXSendto.C
Remove unused font variable which caused a warning.
[lyx.git] / src / LyXSendto.C
index 5e7587c35da3595b418a5b483e8e81598260c243..e548bd26f6bd8b6f7060facaca33238dd94c74ec 100644 (file)
@@ -13,6 +13,7 @@
 #include "gettext.h"
 #include "bufferview_funcs.h"
 #include "exporter.h"
+#include "BufferView.h"
 
 extern FD_form_sendto * fd_form_sendto;
 extern BufferView * current_view;
@@ -36,7 +37,7 @@ void MenuSendto()
         fl_raise_form(fd_form_sendto->form_sendto);
     } else {  
         fl_show_form(fd_form_sendto->form_sendto,
-                     FL_PLACE_MOUSE | FL_FREE_SIZE, FL_FULLBORDER,
+                    FL_PLACE_MOUSE | FL_FREE_SIZE, FL_TRANSIENT,
                      _("Send Document to Command"));
        if (ow < 0) {
                ow = fd_form_sendto->form_sendto->w;