diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-11-18 04:32:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-11-19 17:29:03 +0300 |
commit | 80c6992f9ccb088679cab206056caaafec33c287 (patch) | |
tree | aa3c0d0dabf97d36fa18d04c52afd1576e926442 /src/gui/statuspopup.h | |
parent | f03bacd61c383ff642694489e0e39c43d5dd893a (diff) | |
download | plus-80c6992f9ccb088679cab206056caaafec33c287.tar.gz plus-80c6992f9ccb088679cab206056caaafec33c287.tar.bz2 plus-80c6992f9ccb088679cab206056caaafec33c287.tar.xz plus-80c6992f9ccb088679cab206056caaafec33c287.zip |
Show changed yellow bar modes in debug chat tab.
Diffstat (limited to 'src/gui/statuspopup.h')
-rw-r--r-- | src/gui/statuspopup.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/statuspopup.h b/src/gui/statuspopup.h index 2af8064c5..976b5e57b 100644 --- a/src/gui/statuspopup.h +++ b/src/gui/statuspopup.h @@ -60,7 +60,10 @@ class StatusPopup : public Popup private: void updateLabels(); - void setLabelText(gcn::Label *label, char *text, int key); + + void setLabelText(gcn::Label *label, const char *text, int key); + + void setLabelText2(gcn::Label *label, std::string text, int key); gcn::Label *mMoveType; gcn::Label *mCrazyMoveType; |