diff options
author | George Hazan <george.hazan@gmail.com> | 2024-02-18 19:22:17 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-02-18 19:22:17 +0300 |
commit | 2ce03c8195193380d133300fdf487ce6f78be963 (patch) | |
tree | 40e1120babd3ce956974b159ca8bd2f16f5a9d33 /plugins/NewStory/src/fonts.cpp | |
parent | 9b0c4669db9349a324b8f1913cdf38766dfc4ae2 (diff) |
fixes #4208 (NewStory: добавить настройку цвета даты)
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 844f5d0f62..b0924ea535 100644 --- a/plugins/NewStory/src/fonts.cpp +++ b/plugins/NewStory/src/fonts.cpp @@ -22,6 +22,7 @@ MyColourID g_colorTable[COLOR_COUNT] = { { LPGEN("Incoming name"), "ColorNickIn", RGB(0x00, 0x00, 0x00) }, { LPGEN("Outgoing name"), "ColorNickOut", RGB(0x00, 0x00, 0x00) }, + { LPGEN("Date color"), "ColorDate", RGB(0x00, 0x00, 0x00) }, { LPGEN("Incoming messages"), "ColorMsgIn", RGB(0xd6, 0xf5, 0xc0) }, { LPGEN("Outgoing messages"), "ColorMsgOut", RGB(0xf5, 0xe7, 0xd8) }, |