diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-04-15 13:39:01 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-04-15 13:39:01 -0600 |
commit | 72278cfec112e06b50ba06185fb59a2ce390d955 (patch) | |
tree | 306c21014780a12ed5a16bc85d57ada223055bad /src/gui/chat.h | |
parent | e8a1b2386bb2c28cfce0eb28d7e7067d51bb6701 (diff) | |
download | mana-72278cfec112e06b50ba06185fb59a2ce390d955.tar.gz mana-72278cfec112e06b50ba06185fb59a2ce390d955.tar.bz2 mana-72278cfec112e06b50ba06185fb59a2ce390d955.tar.xz mana-72278cfec112e06b50ba06185fb59a2ce390d955.zip |
Add a config option to always use whipser tabs
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r-- | src/gui/chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h index f5af7558..9f762f8e 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -173,7 +173,7 @@ class ChatWindow : public Window, void whisper(std::string nick, std::string mes, bool own = false); - bool addWhisperTab(std::string nick); + ChatTab *addWhisperTab(std::string nick); protected: friend class ChatTab; |