diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-30 21:42:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-30 21:42:26 +0300 |
commit | d4f7f4f688c3660440e0ac0d752ec9db036cdf59 (patch) | |
tree | f15996edc69ed3a505e523d548902dcdf2bb0ce3 /src/gui/widgets/chattab.cpp | |
parent | 256b20612d17e0cbe44332538cdedd2ef5f1a498 (diff) | |
download | plus-d4f7f4f688c3660440e0ac0d752ec9db036cdf59.tar.gz plus-d4f7f4f688c3660440e0ac0d752ec9db036cdf59.tar.bz2 plus-d4f7f4f688c3660440e0ac0d752ec9db036cdf59.tar.xz plus-d4f7f4f688c3660440e0ac0d752ec9db036cdf59.zip |
Add color for globals with player/npc name.
New colors: GLOBAL, GLOBAL_OUTLINE.
Diffstat (limited to 'src/gui/widgets/chattab.cpp')
-rw-r--r-- | src/gui/widgets/chattab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/chattab.cpp b/src/gui/widgets/chattab.cpp index 09b3bea6b..339d124f7 100644 --- a/src/gui/widgets/chattab.cpp +++ b/src/gui/widgets/chattab.cpp @@ -157,7 +157,7 @@ void ChatTab::chatLog(std::string line, Own own, // TRANSLATORS: chat message tmp.nick = strprintf(_("Global announcement from %s:"), tmp.nick.c_str()).append(" "); - lineColor = "##1"; // Equiv. to BrowserBox::RED + lineColor = "##g"; // Equiv. to BrowserBox::RED } break; case BY_PLAYER: |