]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/form_copyright.h
Swap two printer related help messages.
[lyx.git] / src / frontends / xforms / form_copyright.h
index 3c70c88d5205c2b85eece5a22bab3355411fb635..ee94cb3cd667776c31d29e0563987983d40ed50d 100644 (file)
@@ -1,17 +1,22 @@
-/** Header file generated with fdesign on Fri Jul 14 09:35:06 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_OBJECT *button_ok;
+       FL_FORM *form;
+       FL_OBJECT *text_copyright;
+       FL_OBJECT *text_licence;
+       FL_OBJECT *text_disclaimer;
+       FL_OBJECT *button_cancel;
 };
 
 #endif /* FD_form_copyright_h_ */