]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/form_error.h
Swap two printer related help messages.
[lyx.git] / src / frontends / xforms / form_error.h
index e223e2d258530906264aae26225ebd55d8c0ced5..c87a7e2dd5db288eb9b7aed9013ab30f583cd71c 100644 (file)
@@ -5,7 +5,7 @@
 #define FD_form_error_h_
 
 /** Callbacks, globals and object handlers **/
-extern  "C" void C_FormBaseHideCB(FL_OBJECT *, long);
+extern  "C" void C_FormBaseCancelCB(FL_OBJECT *, long);
 
 
 /**** Forms and Objects ****/
@@ -14,6 +14,7 @@ struct FD_form_error {
 
        FL_FORM *form;
        FL_OBJECT *message;
+       FL_OBJECT *button_cancel;
 };
 
 #endif /* FD_form_error_h_ */