]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/form_copyright.C
try this for distinguishing inner and outer tabs
[lyx.git] / src / frontends / xforms / form_copyright.C
index eb68ba588dba0104ad234fdb8cd5379acd53f5ed..3d9425c06e5e0a32e9bdcd7278112559c6e18091 100644 (file)
@@ -38,7 +38,7 @@ FD_form_copyright * FormCopyright::build_copyright()
     fl_set_object_lsize(obj, FL_NORMAL_SIZE);
     fl_set_object_lalign(obj, FL_ALIGN_CENTER|FL_ALIGN_INSIDE);
   {
-    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, 160, 390, 140, 30, idex(_(dummy)));
     fl_set_button_shortcut(obj, scex(_(dummy)), 1);
   }