]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/form_tabular_create.C
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / form_tabular_create.C
index 471550b25d0d4ef618748aeafe06365f43315cde..e30cb99202b8190af463dba12d35ec898a9e50bb 100644 (file)
@@ -1,6 +1,6 @@
 // File modified by fdfix.sh for use by lyx (with xforms >= 0.88) and gettext
 #include <config.h>
-#include "lyx_gui_misc.h"
+#include "xforms_helpers.h"
 #include "gettext.h"
 
 /* Form definition file generated with fdesign. */
@@ -36,7 +36,7 @@ FD_form_tabular_create * FormTabularCreate::build_tabular_create()
     fl_set_object_lsize(obj, FL_NORMAL_SIZE);
     fl_set_object_callback(obj, C_FormBaseApplyCB, 0);
   {
-    char const * const dummy = N_("Cancel|#C^[");
+    char const * const dummy = N_("Cancel|^[");
     fdui->button_cancel = obj = fl_add_button(FL_NORMAL_BUTTON, 210, 90, 90, 30, idex(_(dummy)));
     fl_set_button_shortcut(obj, scex(_(dummy)), 1);
   }