diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-20 17:15:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-20 17:39:01 +0300 |
commit | 3005870980cf3fe86d42a75b8303c208354b6573 (patch) | |
tree | 584a95d24382237bbf9bbe77da2e058f6e4c4119 /src/net/ea/traderecv.cpp | |
parent | cefe3bc037ccbf3f82b387d0484e9c81bed670f3 (diff) | |
download | plus-3005870980cf3fe86d42a75b8303c208354b6573.tar.gz plus-3005870980cf3fe86d42a75b8303c208354b6573.tar.bz2 plus-3005870980cf3fe86d42a75b8303c208354b6573.tar.xz plus-3005870980cf3fe86d42a75b8303c208354b6573.zip |
Impliment packets SMSG_FAMILY_ASK_FOR_CHILD.
Diffstat (limited to 'src/net/ea/traderecv.cpp')
-rw-r--r-- | src/net/ea/traderecv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/traderecv.cpp b/src/net/ea/traderecv.cpp index 4c0e4796f..0cafdb3a9 100644 --- a/src/net/ea/traderecv.cpp +++ b/src/net/ea/traderecv.cpp @@ -165,7 +165,7 @@ void TradeRecv::processTradeRequestContinue(const std::string &partner) strprintf(_("%s wants to trade with you, do" " you accept?"), tradePartnerName.c_str()), SOUND_REQUEST, - true); + true); confirmDlg->addActionListener(&listener); } else |