]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/form_citation.h
try this for distinguishing inner and outer tabs
[lyx.git] / src / frontends / xforms / form_citation.h
index 2ed52ae311ceb85535578ec45a347d7a7e6b3343..f2b94e7f632a9b511f5295df44564d0f9d4fa9f2 100644 (file)
@@ -18,16 +18,16 @@ struct FD_form_citation {
 
        FL_FORM *form;
        FL_OBJECT *box;
-       FL_OBJECT *citeBrsr;
-       FL_OBJECT *bibBrsr;
-       FL_OBJECT *addBtn;
-       FL_OBJECT *delBtn;
-       FL_OBJECT *upBtn;
-       FL_OBJECT *downBtn;
-       FL_OBJECT *infoBrsr;
-       FL_OBJECT *style;
-       FL_OBJECT *textBefore;
-       FL_OBJECT *textAftr;
+       FL_OBJECT *browser_cite;
+       FL_OBJECT *browser_bib;
+       FL_OBJECT *button_add;
+       FL_OBJECT *button_del;
+       FL_OBJECT *button_up;
+       FL_OBJECT *button_down;
+       FL_OBJECT *browser_info;
+       FL_OBJECT *choice_style;
+       FL_OBJECT *input_before;
+       FL_OBJECT *input_after;
        FL_OBJECT *button_restore;
        FL_OBJECT *button_ok;
        FL_OBJECT *button_apply;