diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-04-14 13:24:39 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-04-14 13:24:39 +0000 |
| commit | f538ac65365594fb0928c2e986c951e5a94282e6 (patch) | |
| tree | 856de0bc4d794fc70bf5e5a98572f9d46c168ca3 | |
| parent | 6cebedbf59b755fffceb5ceed87ec5d9d3437e42 (diff) | |
| download | halibut-f538ac65365594fb0928c2e986c951e5a94282e6.zip halibut-f538ac65365594fb0928c2e986c951e5a94282e6.tar.gz halibut-f538ac65365594fb0928c2e986c951e5a94282e6.tar.bz2 halibut-f538ac65365594fb0928c2e986c951e5a94282e6.tar.xz | |
Typo during restructuring caused all code paragraphs to be
permanently bold. Fixed.
[originally from svn r4071]
| -rw-r--r-- | bk_paper.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -12,9 +12,6 @@ /* * To be done: * - * - set up contents section now we know what sections begin on - * which pages - * * - index * * - header/footer? Page numbers at least would be handy. Fully @@ -1553,7 +1550,7 @@ static para_data *code_paragraph(int indent, word *words, paper_conf *conf) */ pdata->fonts[FONT_NORMAL] = conf->cb; pdata->fonts[FONT_EMPH] = conf->co; - pdata->fonts[FONT_CODE] = conf->cb; + pdata->fonts[FONT_CODE] = conf->cr; pdata->sizes[FONT_NORMAL] = pdata->sizes[FONT_EMPH] = pdata->sizes[FONT_CODE] = 12; |