]> 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 e16d3df7109688976d0924ad8a1313e91cef308c..ee94cb3cd667776c31d29e0563987983d40ed50d 100644 (file)
@@ -1,20 +1,22 @@
-/** Header file generated with fdesign on Thu Jul  6 17:01:34 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 ****/
-typedef struct {
-       FL_FORM *form_copyright;
-       void *vdata;
-       char *cdata;
-       long  ldata;
-       FL_OBJECT *button_ok;
-} FD_form_copyright;
+struct FD_form_copyright {
+       ~FD_form_copyright();
 
+       FL_FORM *form;
+       FL_OBJECT *text_copyright;
+       FL_OBJECT *text_licence;
+       FL_OBJECT *text_disclaimer;
+       FL_OBJECT *button_cancel;
+};
 
 #endif /* FD_form_copyright_h_ */