summaryrefslogtreecommitdiff
path: root/src/gui/widgets/button.h
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-09-28 18:04:21 +0200
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-09-28 18:04:21 +0200
commit19c6b66f41396dc1a06ea17ab70f27a4f8802ade (patch)
treea3bab638909d00dc06cfac36d599a984141aff8d /src/gui/widgets/button.h
parent490b0da7da368a64d9e9e4b9379f738a23d8f091 (diff)
downloadMana-19c6b66f41396dc1a06ea17ab70f27a4f8802ade.tar.gz
Mana-19c6b66f41396dc1a06ea17ab70f27a4f8802ade.tar.bz2
Mana-19c6b66f41396dc1a06ea17ab70f27a4f8802ade.tar.xz
Mana-19c6b66f41396dc1a06ea17ab70f27a4f8802ade.zip
Small changes requested by o11c - part 1.
Diffstat (limited to 'src/gui/widgets/button.h')
-rw-r--r--src/gui/widgets/button.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gui/widgets/button.h b/src/gui/widgets/button.h
index 7463d2ad..94d550e9 100644
--- a/src/gui/widgets/button.h
+++ b/src/gui/widgets/button.h
@@ -96,7 +96,11 @@ class Button : public gcn::Button
Image** mButtonIcon; /**< Button Icons graphics */
- static TextPopup* mTextPopup; /**< The buttons popup */
+ /**
+ * The buttons popup
+ * @note: This is a global object. One for all the buttons.
+ */
+ static TextPopup* mTextPopup;
std::string mPopupText; /**< the current button text */
};