diff options
Diffstat (limited to 'src/ui/text.h')
-rw-r--r-- | src/ui/text.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/text.h b/src/ui/text.h index 713ee1e7..864173e0 100644 --- a/src/ui/text.h +++ b/src/ui/text.h | |||
@@ -44,9 +44,9 @@ enum iFontId { | |||
44 | preformatted_FontId = monospace_FontId, | 44 | preformatted_FontId = monospace_FontId, |
45 | preformattedSmall_FontId = monospaceSmall_FontId, | 45 | preformattedSmall_FontId = monospaceSmall_FontId, |
46 | quote_FontId = italic_FontId, | 46 | quote_FontId = italic_FontId, |
47 | header1_FontId = hugeBold_FontId, | 47 | heading1_FontId = hugeBold_FontId, |
48 | header2_FontId = largeBold_FontId, | 48 | heading2_FontId = largeBold_FontId, |
49 | header3_FontId = medium_FontId, | 49 | heading3_FontId = medium_FontId, |
50 | banner_FontId = largeLight_FontId, | 50 | banner_FontId = largeLight_FontId, |
51 | }; | 51 | }; |
52 | 52 | ||