diff options
author | Mataes <mataes2007@gmail.com> | 2020-05-01 18:09:37 +0300 |
---|---|---|
committer | Mataes <mataes2007@gmail.com> | 2020-05-01 18:09:37 +0300 |
commit | 7ce5ce71c631671061ba13fd30b97075fa5f3e63 (patch) | |
tree | 3b7c2536e9ec8e4b30a8a2468ca4aee9bf0f28cc /plugins/NewStory/src | |
parent | 77c1864bf0b2b2085cd55f4413e860f3b433fa2f (diff) |
mtextcontrol: uncomment color bbcode
newstory: test bbcode color
Diffstat (limited to 'plugins/NewStory/src')
-rw-r--r-- | plugins/NewStory/src/templates.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/templates.cpp b/plugins/NewStory/src/templates.cpp index 0ca537a60c..bcd4f5f27d 100644 --- a/plugins/NewStory/src/templates.cpp +++ b/plugins/NewStory/src/templates.cpp @@ -308,7 +308,7 @@ TemplateInfo templates[TPL_COUNT] = { vfGlobal, vfContact, 0, 0, 0 } }, { "tpl/msglog/msg", LPGENW("Message log"), ICO_SENDMSG, LPGENW("Messages"), - L"%I%i[b]%N, %t:[/b]\x0d\x0a%M", 0, 0, + L"%I%i[b][color=red]%N[/color], %t:[/b]\x0d\x0a%M", 0, 0, { vfGlobal, vfContact, vfEvent, vfMessage, 0 } }, { "tpl/msglog/file", LPGENW("Message log"), ICO_FILE, LPGENW("Files"), L"%I%i[b]%N, %t:[/b]%n%M", 0, 0, |