]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/form_tabular_create.C
More pref work from Angus
[lyx.git] / src / frontends / xforms / form_tabular_create.C
index 18b72f8b744b9bae1ef5c098a4e8d8f36add1cf7..2f94d7bebb4ea0cd56f2b1831856f68e85316269 100644 (file)
@@ -32,8 +32,8 @@ FD_form_tabular_create * FormTabularCreate::build_tabular_create()
     fl_set_button_shortcut(obj, scex(_("Apply|#A")), 1);
     fl_set_object_lsize(obj, FL_NORMAL_SIZE);
     fl_set_object_callback(obj, C_FormBaseApplyCB, 0);
-  fdui->button_cancel = obj = fl_add_button(FL_NORMAL_BUTTON, 210, 90, 90, 30, idex(_("Cancel|^[")));
-    fl_set_button_shortcut(obj, scex(_("Cancel|^[")), 1);
+  fdui->button_cancel = obj = fl_add_button(FL_NORMAL_BUTTON, 210, 90, 90, 30, idex(_("Cancel|#C^[")));
+    fl_set_button_shortcut(obj, scex(_("Cancel|#C^[")), 1);
     fl_set_object_lsize(obj, FL_NORMAL_SIZE);
     fl_set_object_callback(obj, C_FormBaseCancelCB, 0);
   fdui->slider_columns = obj = fl_add_valslider(FL_HOR_SLIDER, 80, 50, 220, 30, _("Columns"));