summaryrefslogtreecommitdiff
path: root/src/gui/widgets/whispertab.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-05-02 20:59:46 -0600
committerJared Adams <jaxad0127@gmail.com>2009-05-02 20:59:46 -0600
commit8a3a417e3a3c083414d35de0f0dad91edde09276 (patch)
tree569d5d9bfeac1594a495f2df2da1dfab9a5c9eb3 /src/gui/widgets/whispertab.cpp
parente9dde578622003eea93e9fd8c0486c6ad073d26e (diff)
downloadMana-8a3a417e3a3c083414d35de0f0dad91edde09276.tar.gz
Mana-8a3a417e3a3c083414d35de0f0dad91edde09276.tar.bz2
Mana-8a3a417e3a3c083414d35de0f0dad91edde09276.tar.xz
Mana-8a3a417e3a3c083414d35de0f0dad91edde09276.zip
Make sure messages on most tabs are handled right
Diffstat (limited to 'src/gui/widgets/whispertab.cpp')
-rw-r--r--src/gui/widgets/whispertab.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/widgets/whispertab.cpp b/src/gui/widgets/whispertab.cpp
index 0c6503a6..5e005709 100644
--- a/src/gui/widgets/whispertab.cpp
+++ b/src/gui/widgets/whispertab.cpp
@@ -52,8 +52,7 @@ void WhisperTab::handleInput(const std::string &msg)
Net::getChatHandler()->privateMessage(mNick, msg);
- chatLog(strprintf(_("%s: %s"), player_node->getName().c_str(),
- msg.c_str()), BY_PLAYER, false);
+ chatLog(player_node->getName(), msg);
}
void WhisperTab::handleCommand(const std::string &msg)