diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-14 17:27:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-14 17:27:52 +0300 |
commit | 0381a0de69cc21c8886fb0a68cda450d3135d55a (patch) | |
tree | 7c9883d4043b925b9148715664b621876c680d20 /src/gui/chatconsts.h | |
parent | ecac984465f2a9f51940515abdf7552e5c6341a1 (diff) | |
download | plus-0381a0de69cc21c8886fb0a68cda450d3135d55a.tar.gz plus-0381a0de69cc21c8886fb0a68cda450d3135d55a.tar.bz2 plus-0381a0de69cc21c8886fb0a68cda450d3135d55a.tar.xz plus-0381a0de69cc21c8886fb0a68cda450d3135d55a.zip |
For trade tab use channel to send messages.
Diffstat (limited to 'src/gui/chatconsts.h')
-rw-r--r-- | src/gui/chatconsts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/chatconsts.h b/src/gui/chatconsts.h index b5e9d748c..daa7a3be8 100644 --- a/src/gui/chatconsts.h +++ b/src/gui/chatconsts.h @@ -26,6 +26,6 @@ #include <string> const std::string GENERAL_CHANNEL = ""; -const std::string TRADE_CHANNEL = ""; +const std::string TRADE_CHANNEL = "#trade"; #endif // GUI_CHATCONSTS_H |