(Rob Lahaye): bug fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5740 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-11-28 11:59:28 +00:00
parent c5c8101ef2
commit fb17dec20d
2 changed files with 5 additions and 1 deletions

View 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.

View 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...