]> git.lyx.org Git - lyx.git/commitdiff
(Rob Lahaye): bug fix.
authorAngus Leeming <leeming@lyx.org>
Thu, 28 Nov 2002 11:59:28 +0000 (11:59 +0000)
committerAngus Leeming <leeming@lyx.org>
Thu, 28 Nov 2002 11:59:28 +0000 (11:59 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5740 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/ChangeLog
src/frontends/xforms/forms/fdfixh.sed

index fe292594e086579c1e953682233e7d95845a8a79..cc8d75ee122a500ea8cc34364440d9479c89a857 100644 (file)
@@ -1,3 +1,7 @@
+2002-11-28  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * forms/fdfixh.sed: bug fix.
+
 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
 
        * xfont_loader.C (getFontinfo): Use lyxrc.*_font_foundry.
index e6c6f23fa8e23a50e545e862b70503bb0de73745..e1bf0dc8dba50b96e641274b3f27a54d48293fc1 100644 (file)
@@ -69,7 +69,7 @@ s/extern \(.*\) create_form_form_\(.*\)[(]void[)]/\1 build_\2(void *)/
 
 # All other lines are deleted:
 /^typedef struct/d
-/^     /{; /FL_OBJECT/!d; }
+/^     /{ /FL_OBJECT/!d; }
 
 
 # For all lines starting with FL_OBJECT...