summaryrefslogtreecommitdiff
path: root/src/net/ea/traderecv.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-20 17:15:36 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-20 17:39:01 +0300
commit3005870980cf3fe86d42a75b8303c208354b6573 (patch)
tree584a95d24382237bbf9bbe77da2e058f6e4c4119 /src/net/ea/traderecv.cpp
parentcefe3bc037ccbf3f82b387d0484e9c81bed670f3 (diff)
downloadManaVerse-3005870980cf3fe86d42a75b8303c208354b6573.tar.gz
ManaVerse-3005870980cf3fe86d42a75b8303c208354b6573.tar.bz2
ManaVerse-3005870980cf3fe86d42a75b8303c208354b6573.tar.xz
ManaVerse-3005870980cf3fe86d42a75b8303c208354b6573.zip
Impliment packets SMSG_FAMILY_ASK_FOR_CHILD.
Diffstat (limited to 'src/net/ea/traderecv.cpp')
-rw-r--r--src/net/ea/traderecv.cpp2
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