X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2Fforms%2Fform_url.fd;h=a2bcd43ca200964298331c0a006cabd6dd7d797d;hb=3f938d4dbfdccd9829d4d1216a51805f55f07bfe;hp=5a8bf4cad23c258d76919348350bb15624baacc8;hpb=b261483f24279905215ac8e11e791eb638a89d21;p=lyx.git diff --git a/src/frontends/xforms/forms/form_url.fd b/src/frontends/xforms/forms/form_url.fd index 5a8bf4cad2..a2bcd43ca2 100644 --- a/src/frontends/xforms/forms/form_url.fd +++ b/src/frontends/xforms/forms/form_url.fd @@ -41,12 +41,12 @@ alignment: FL_ALIGN_LEFT style: FL_NORMAL_STYLE size: FL_NORMAL_SIZE lcol: FL_BLACK -label: URL|#U +label: URL:|#U shortcut: resize: FL_RESIZE_X gravity: FL_West FL_East name: input_url -callback: C_FormBaseInputCB +callback: C_FormDialogView_InputCB argument: 0 -------------------- @@ -59,21 +59,21 @@ alignment: FL_ALIGN_LEFT style: FL_NORMAL_STYLE size: FL_NORMAL_SIZE lcol: FL_BLACK -label: Name|#N +label: Name:|#N shortcut: resize: FL_RESIZE_X gravity: FL_West FL_East name: input_name -callback: C_FormBaseInputCB +callback: C_FormDialogView_InputCB argument: 0 -------------------- class: FL_CHECKBUTTON type: PUSH_BUTTON -box: 70 5 25 25 +box: 70 5 320 25 boxtype: FL_NO_BOX colors: FL_COL1 FL_YELLOW -alignment: FL_ALIGN_RIGHT +alignment: FL_ALIGN_CENTER style: FL_NORMAL_STYLE size: FL_NORMAL_SIZE lcol: FL_BLACK @@ -82,7 +82,7 @@ shortcut: resize: FL_RESIZE_NONE gravity: FL_West FL_West name: check_html -callback: C_FormBaseInputCB +callback: C_FormDialogView_InputCB argument: 0 -------------------- @@ -100,7 +100,7 @@ shortcut: resize: FL_RESIZE_NONE gravity: FL_SouthEast FL_SouthEast name: button_close -callback: C_FormBaseCancelCB +callback: C_FormDialogView_CancelCB argument: 0 -------------------- @@ -118,7 +118,7 @@ shortcut: 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_apply -callback: C_FormBaseApplyCB +callback: C_FormDialogView_ApplyCB argument: 0 -------------------- @@ -154,7 +154,7 @@ shortcut: resize: FL_RESIZE_NONE gravity: FL_SouthWest FL_SouthWest name: button_restore -callback: C_FormBaseRestoreCB +callback: C_FormDialogView_RestoreCB argument: 0 ==============================