summaryrefslogtreecommitdiff
path: root/src/ui/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/text.h')
-rw-r--r--src/ui/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/text.h b/src/ui/text.h
index 29fc34a4..2181fa34 100644
--- a/src/ui/text.h
+++ b/src/ui/text.h
@@ -26,7 +26,7 @@ enum iFontId {
26 quote_FontId = italic_FontId, 26 quote_FontId = italic_FontId,
27 header1_FontId = hugeBold_FontId, 27 header1_FontId = hugeBold_FontId,
28 header2_FontId = largeBold_FontId, 28 header2_FontId = largeBold_FontId,
29 header3_FontId = mediumBold_FontId, 29 header3_FontId = medium_FontId,
30 uiShortcuts_FontId = default_FontId, 30 uiShortcuts_FontId = default_FontId,
31}; 31};
32 32