summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tradetab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/tradetab.cpp')
-rw-r--r--src/gui/widgets/tradetab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/tradetab.cpp b/src/gui/widgets/tradetab.cpp
index 96a45e339..380b11f06 100644
--- a/src/gui/widgets/tradetab.cpp
+++ b/src/gui/widgets/tradetab.cpp
@@ -36,7 +36,7 @@
#include "debug.h"
TradeTab::TradeTab(const Widget2 *const widget) :
- ChatTab(widget, _("Trade"))
+ ChatTab(widget, _("Trade"), TRADE_CHANNEL)
{
}