diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-03-29 04:42:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-03-29 05:39:56 +0300 |
commit | 1c6ba7af801b626327b380414e597a82151fec3f (patch) | |
tree | cf8fa1a99f0838a0f786c36ed566b2998f141148 /src/gui/statuspopup.h | |
parent | 2776d544ed9e1cd1e228cb7a562d729b9e0d2a97 (diff) | |
download | plus-1c6ba7af801b626327b380414e597a82151fec3f.tar.gz plus-1c6ba7af801b626327b380414e597a82151fec3f.tar.bz2 plus-1c6ba7af801b626327b380414e597a82151fec3f.tar.xz plus-1c6ba7af801b626327b380414e597a82151fec3f.zip |
Add gettext to statuspopup.
Diffstat (limited to 'src/gui/statuspopup.h')
-rw-r--r-- | src/gui/statuspopup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/statuspopup.h b/src/gui/statuspopup.h index 62d952384..d633fb1f6 100644 --- a/src/gui/statuspopup.h +++ b/src/gui/statuspopup.h @@ -59,6 +59,8 @@ class StatusPopup : public Popup private: void updateLabels(); + void setLabelText(gcn::Label *label, char *text, int key); + gcn::Label *mMoveType; gcn::Label *mCrazyMoveType; gcn::Label *mMoveToTargetType; |