From 205b331825d2d100a442d2d0399d477850d395d3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 2 Jun 2011 03:11:08 +0300 Subject: Add players gender sugn in popup menus and being popups. --- src/gui/popupmenu.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/gui/popupmenu.cpp') diff --git a/src/gui/popupmenu.cpp b/src/gui/popupmenu.cpp index f84088cc1..66a8ce3ab 100644 --- a/src/gui/popupmenu.cpp +++ b/src/gui/popupmenu.cpp @@ -117,7 +117,7 @@ void PopupMenu::showPopup(int x, int y, Being *being) const std::string &name = mNick; - mBrowserBox->addRow(name); + mBrowserBox->addRow(name + being->getGenderSign()); switch (being->getType()) { @@ -323,7 +323,8 @@ void PopupMenu::showPopup(int x, int y, std::list &beings) if (!being->getName().empty()) { mBrowserBox->addRow(strprintf("@@player_%u|%s >@@", - being->getId(), being->getName().c_str())); + being->getId(), (being->getName() + + being->getGenderSign()).c_str())); } } mBrowserBox->addRow("##3---"); -- cgit v1.2.3-60-g2f50