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/beingpopup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/beingpopup.cpp') diff --git a/src/gui/beingpopup.cpp b/src/gui/beingpopup.cpp index a47e35032..37c969f05 100644 --- a/src/gui/beingpopup.cpp +++ b/src/gui/beingpopup.cpp @@ -81,7 +81,7 @@ void BeingPopup::show(int x, int y, Being *b) Label *label2 = mBeingGuild; Label *label3 = mBeingRank; - mBeingName->setCaption(b->getName()); + mBeingName->setCaption(b->getName() + b->getGenderSign()); if (gui) { if (player_relations.isGoodName(b)) -- cgit v1.2.3-60-g2f50