diff options
Diffstat (limited to 'plugins/NewStory/src/fonts.cpp')
| -rw-r--r-- | plugins/NewStory/src/fonts.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NewStory/src/fonts.cpp b/plugins/NewStory/src/fonts.cpp index 40919c9251..844f5d0f62 100644 --- a/plugins/NewStory/src/fonts.cpp +++ b/plugins/NewStory/src/fonts.cpp @@ -41,6 +41,7 @@ MyColourID g_colorTable[COLOR_COUNT] = { LPGEN("Highlighted messages"), "ColorHighlight", RGB(0xf0, 0xf0, 0xf0) }, { LPGEN("Grid background"), "Background", RGB(0xff, 0xff, 0xff) }, { LPGEN("Separator"), "Separator", RGB(0x60, 0x60, 0x60) }, + { LPGEN("Progress indicator"), "Progress", RGB(0xff, 0x00, 0x00) }, }; MyFontID g_fontTable[FONT_COUNT] = |
