]> git.lyx.org Git - lyx.git/blobdiff - src/log_form.C
get builddir!=srcdir compiling working; allow successful make even without noweb...
[lyx.git] / src / log_form.C
index d87147fd1aa95647a750c7a187857fac8a33ebdf..bdf00bc8b05f5f30b7e851c8c5700bdbfdef7762 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"
@@ -28,7 +28,7 @@ FD_LaTeXLog *create_form_LaTeXLog(void)
     fl_set_object_callback(obj, LatexLogUpdate, 0);
   fl_end_form();
 
-  //fdui->LaTeXLog->fdui = fdui;
+  fdui->LaTeXLog->fdui = fdui;
 
   return fdui;
 }