]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/form_toc.C
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / form_toc.C
index 9f1701bbec0372e71e181254519be3e2ccc2c06e..bb90e84b5862b164b2d33c49c57f6214daa4dbfc 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. */
@@ -45,7 +45,7 @@ FD_form_toc * FormToc::build_toc()
     fl_set_object_gravity(obj, FL_SouthEast, FL_SouthEast);
     fl_set_object_callback(obj, C_FormBaseInputCB, 0);
   {
-    char const * const dummy = N_("Close|#C^[^M");
+    char const * const dummy = N_("Close|^[^M");
     fdui->button_cancel = obj = fl_add_button(FL_RETURN_BUTTON, 310, 300, 100, 30, idex(_(dummy)));
     fl_set_button_shortcut(obj, scex(_(dummy)), 1);
   }