]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/form_bibtex.h
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / form_bibtex.h
index 8189af6e7a38b30abf7e929f40d1a2dc2faf03e9..4ec2b787832d126bd8a6c9fa01bba3a10cde0fc7 100644 (file)
@@ -19,6 +19,9 @@ struct FD_form_bibtex {
        FL_OBJECT *button_ok;
        FL_OBJECT *button_cancel;
        FL_OBJECT *style;
+       FL_OBJECT *database_browse;
+       FL_OBJECT *style_browse;
+       FL_OBJECT *radio_bibtotoc;
 };
 
 #endif /* FD_form_bibtex_h_ */