From 803b6afd00b0e3574b40b866f21a0d3d01f6dc4d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 26 Feb 2013 00:01:56 +0300 Subject: Improve string usage in other files. --- src/gui/popupmenu.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/gui/popupmenu.cpp') diff --git a/src/gui/popupmenu.cpp b/src/gui/popupmenu.cpp index e88322d97..8bc53836f 100644 --- a/src/gui/popupmenu.cpp +++ b/src/gui/popupmenu.cpp @@ -130,7 +130,6 @@ void PopupMenu::showPopup(const int x, const int y, const Being *const being) mY = y; const std::string &name = mNick; - mBrowserBox->addRow(name + being->getGenderSignWithSpace()); switch (being->getType()) @@ -924,9 +923,14 @@ void PopupMenu::handleLink(const std::string &link, if (chatWindow) { if (config.getBoolValue("whispertab")) + { chatWindow->localChatInput("/q " + mNick); + } else - chatWindow->addInputText("/w \"" + mNick + "\" "); + { + chatWindow->addInputText(std::string("/w \"").append( + mNick).append("\" ")); + } } } else if (link == "move" && !mNick.empty()) -- cgit v1.2.3-70-g09d2