X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2Fforms%2Fform_ref.fd;h=ede6b7cf1c8fa08d783008bbf1cf07952c8edcd0;hb=7ae6332b03d5df51348c08e50211bac9e8da9f31;hp=3a1730b4d20891913669a1dd3af7d42d9aa828c0;hpb=e8eb0d773d624b44f8e057f9a25a8d04ddcb6bda;p=lyx.git diff --git a/src/frontends/xforms/forms/form_ref.fd b/src/frontends/xforms/forms/form_ref.fd index 3a1730b4d2..ede6b7cf1c 100644 --- a/src/frontends/xforms/forms/form_ref.fd +++ b/src/frontends/xforms/forms/form_ref.fd @@ -46,7 +46,7 @@ shortcut: resize: FL_RESIZE_ALL gravity: FL_NorthWest FL_SouthEast name: browser_refs -callback: C_FormBaseInputCB +callback: C_FormDialogView_InputCB argument: 0 -------------------- @@ -64,7 +64,7 @@ shortcut: resize: FL_RESIZE_NONE gravity: FL_East FL_East name: button_update -callback: C_FormBaseInputCB +callback: C_FormDialogView_InputCB argument: 0 -------------------- @@ -82,7 +82,7 @@ shortcut: resize: FL_RESIZE_NONE gravity: FL_East FL_East name: check_sort -callback: C_FormBaseInputCB +callback: C_FormDialogView_InputCB argument: 0 -------------------- @@ -100,7 +100,7 @@ shortcut: resize: FL_RESIZE_NONE gravity: FL_SouthWest FL_SouthWest name: button_restore -callback: C_FormBaseRestoreCB +callback: C_FormDialogView_RestoreCB argument: 0 -------------------- @@ -118,7 +118,7 @@ shortcut: ^M resize: FL_RESIZE_NONE gravity: FL_SouthEast FL_SouthEast name: button_ok -callback: C_FormBaseOKCB +callback: C_FormDialogView_OKCB argument: 0 -------------------- @@ -136,7 +136,7 @@ shortcut: resize: FL_RESIZE_NONE gravity: FL_SouthEast FL_SouthEast name: button_close -callback: C_FormBaseCancelCB +callback: C_FormDialogView_CancelCB argument: 0 -------------------- @@ -154,7 +154,7 @@ shortcut: resize: FL_RESIZE_NONE gravity: FL_SouthEast FL_SouthEast name: button_apply -callback: C_FormBaseApplyCB +callback: C_FormDialogView_ApplyCB argument: 0 -------------------- @@ -167,12 +167,12 @@ alignment: FL_ALIGN_LEFT style: FL_NORMAL_STYLE size: FL_NORMAL_SIZE lcol: FL_BLACK -label: Document|#D +label: Document:|#D shortcut: resize: FL_RESIZE_X gravity: FL_NorthWest FL_NorthEast name: choice_document -callback: C_FormBaseInputCB +callback: C_FormDialogView_InputCB argument: 0 align: FL_ALIGN_LEFT @@ -209,8 +209,8 @@ shortcut: resize: FL_RESIZE_X gravity: FL_South FL_South name: input_ref -callback: -argument: +callback: C_FormDialogView_InputCB +argument: 0 -------------------- class: FL_CHOICE @@ -222,12 +222,12 @@ alignment: FL_ALIGN_LEFT style: FL_NORMAL_STYLE size: FL_NORMAL_SIZE lcol: FL_BLACK -label: Format|#F +label: Format:|#F shortcut: resize: FL_RESIZE_X gravity: FL_South FL_South name: choice_format -callback: C_FormBaseInputCB +callback: C_FormDialogView_InputCB argument: 0 -------------------- @@ -245,7 +245,7 @@ shortcut: resize: FL_RESIZE_NONE gravity: FL_East FL_East name: button_go -callback: C_FormBaseInputCB +callback: C_FormDialogView_InputCB argument: 0 ==============================