summaryrefslogtreecommitdiff
path: root/src/gui/statuspopup.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-03-29 04:42:52 +0300
committerAndrei Karas <akaras@inbox.ru>2011-03-29 05:39:56 +0300
commit1c6ba7af801b626327b380414e597a82151fec3f (patch)
treecf8fa1a99f0838a0f786c36ed566b2998f141148 /src/gui/statuspopup.h
parent2776d544ed9e1cd1e228cb7a562d729b9e0d2a97 (diff)
downloadplus-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.h2
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;