diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-15 12:53:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-15 13:04:21 +0300 |
commit | 8ef332195f82d30f70435b69ba485640a19d80ed (patch) | |
tree | 589dc857a56faede78119142f077c29e1963916f /src/gui/popups/beingpopup.h | |
parent | 5d7a02cee16478f23488495b3d031013eacea108 (diff) | |
download | plus-8ef332195f82d30f70435b69ba485640a19d80ed.tar.gz plus-8ef332195f82d30f70435b69ba485640a19d80ed.tar.bz2 plus-8ef332195f82d30f70435b69ba485640a19d80ed.tar.xz plus-8ef332195f82d30f70435b69ba485640a19d80ed.zip |
Rename being board into sell board.
Diffstat (limited to 'src/gui/popups/beingpopup.h')
-rw-r--r-- | src/gui/popups/beingpopup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/popups/beingpopup.h b/src/gui/popups/beingpopup.h index 8f43719ae..8ba82babb 100644 --- a/src/gui/popups/beingpopup.h +++ b/src/gui/popups/beingpopup.h @@ -62,7 +62,7 @@ class BeingPopup final : public Popup Label *mBeingGuild; Label *mBeingRank; Label *mBeingComment; - Label *mBeingBoard; + Label *mBeingSellBoard; }; extern BeingPopup *beingPopup; |