]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/form_paragraph.h
(John): translate dialog titles.
[lyx.git] / src / frontends / xforms / form_paragraph.h
index 5e5dd57b00053e3f730767ffe8e6a5f44efe6134..d4c4819ae97103206136e0485c7748dd7fe70c92 100644 (file)
@@ -17,7 +17,6 @@ struct FD_form_paragraph {
        ~FD_form_paragraph();
 
        FL_FORM *form;
-       FL_OBJECT *group_radio_alignment;
        FL_OBJECT *radio_align_right;
        FL_OBJECT *radio_align_left;
        FL_OBJECT *radio_align_block;
@@ -39,8 +38,10 @@ struct FD_form_paragraph {
        FL_OBJECT *button_restore;
        FL_OBJECT *button_ok;
        FL_OBJECT *button_apply;
-       FL_OBJECT *button_cancel;
+       FL_OBJECT *button_close;
        FL_OBJECT *text_warning;
+       FL_OBJECT *choice_value_space_above;
+       FL_OBJECT *choice_value_space_below;
 };
 
 #endif /* FD_form_paragraph_h_ */