diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-06-02 03:11:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-06-02 03:11:08 +0300 |
commit | 205b331825d2d100a442d2d0399d477850d395d3 (patch) | |
tree | 1fd773e2af0234b78945364d9e7cfe21d4f2a9da /src/gui/beingpopup.cpp | |
parent | 2f2ec6025c0eb43c475964187d815d6598b00f01 (diff) | |
download | plus-205b331825d2d100a442d2d0399d477850d395d3.tar.gz plus-205b331825d2d100a442d2d0399d477850d395d3.tar.bz2 plus-205b331825d2d100a442d2d0399d477850d395d3.tar.xz plus-205b331825d2d100a442d2d0399d477850d395d3.zip |
Add players gender sugn in popup menus and being popups.
Diffstat (limited to 'src/gui/beingpopup.cpp')
-rw-r--r-- | src/gui/beingpopup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |