]> git.lyx.org Git - lyx.git/blobdiff - src/credits_form.C
More fixes to insettabular/text (and some missing features added).
[lyx.git] / src / credits_form.C
index f686225025c58a7feb0a3a247ff6f6b1b847dd20..a5e2d70a33cea4aa489b25ee54f5e3df2f148c29 100644 (file)
@@ -1,4 +1,4 @@
-// File modified by fdfix.sh for use by lyx (with xforms 0.81) and gettext
+// File modified by fdfix.sh for use by lyx (with xforms > 0.88) and gettext
 #include <config.h>
 #include "lyx_gui_misc.h"
 #include "gettext.h"
@@ -34,7 +34,7 @@ FD_form_credits *create_form_form_credits(void)
     fl_set_object_gravity(obj, FL_NorthWest, FL_SouthEast);
   fl_end_form();
 
-  //fdui->form_credits->fdui = fdui;
+  fdui->form_credits->fdui = fdui;
 
   return fdui;
 }