X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2Fform_copyright.h;h=984b0c3461273a7734722f2238175db15779dbdc;hb=8effd3eec4f9f143572875416ed8815e2a26cd12;hp=87f70a9bc44bd69ff2af4a98f8cbc10222cb3d9c;hpb=ef59101fe7f9231107b32b753fc9690474f58785;p=lyx.git diff --git a/src/frontends/xforms/form_copyright.h b/src/frontends/xforms/form_copyright.h index 87f70a9bc4..984b0c3461 100644 --- a/src/frontends/xforms/form_copyright.h +++ b/src/frontends/xforms/form_copyright.h @@ -1,16 +1,18 @@ -/** Header file generated with fdesign on Fri Jul 28 11:50:10 2000.**/ +// File modified by fdfix.sh for use by lyx (with xforms >= 0.88) and gettext +/** Header file generated with fdesign **/ #ifndef FD_form_copyright_h_ #define FD_form_copyright_h_ /** Callbacks, globals and object handlers **/ -extern "C" void C_FormCopyrightOKCB(FL_OBJECT *, long); +extern "C" void C_FormBaseCancelCB(FL_OBJECT *, long); /**** Forms and Objects ****/ struct FD_form_copyright { + ~FD_form_copyright(); - FL_FORM *form_copyright; + FL_FORM *form; FL_OBJECT *button_ok; };